We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d94f9 commit 89e3364Copy full SHA for 89e3364
constructConcurrentSkipListMap1.java
@@ -30,7 +30,7 @@ public static void main(String[] args) {
30
map2.put("c", "d");
31
map2.put("e", "f");
32
map2.put("g", "h");
33
- System.out.println("Map1:" + map2);
+ System.out.println("Map2:" + map2);
34
35
}
36
0 commit comments