Skip to content

Commit

Permalink
merge pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed May 31, 2020
2 parents 103f4a4 + c485e37 commit d191d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void setX(String x) {

@Test
public void testIssue3084() {
Map<String, TestRefWithQuote.X> origin = new HashMap<>();
Map<String, TestRefWithQuote.X> origin = new HashMap<String, X>();
TestRefWithQuote.X x = new TestRefWithQuote.X("x");
origin.put("aaaa\"", x);
origin.put("bbbb\"", x);
Expand Down

0 comments on commit d191d46

Please sign in to comment.