Commit d191d464 authored by wenshao's avatar wenshao
Browse files

merge pom.xml

parents 103f4a4c c485e371
Showing with 1 addition and 1 deletion
+1 -1
......@@ -29,7 +29,7 @@ public class TestRefWithQuote {
@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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment