Skip to content

Commit d191d46

Browse files
committed
merge pom.xml
2 parents 103f4a4 + c485e37 commit d191d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/alibaba/fastjson/serializer/issue3084/TestRefWithQuote.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void setX(String x) {
2929

3030
@Test
3131
public void testIssue3084() {
32-
Map<String, TestRefWithQuote.X> origin = new HashMap<>();
32+
Map<String, TestRefWithQuote.X> origin = new HashMap<String, X>();
3333
TestRefWithQuote.X x = new TestRefWithQuote.X("x");
3434
origin.put("aaaa\"", x);
3535
origin.put("bbbb\"", x);

0 commit comments

Comments
 (0)