Skip to content

Commit 89e3364

Browse files
Update constructConcurrentSkipListMap1.java
1 parent f8d94f9 commit 89e3364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constructConcurrentSkipListMap1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void main(String[] args) {
3030
map2.put("c", "d");
3131
map2.put("e", "f");
3232
map2.put("g", "h");
33-
System.out.println("Map1:" + map2);
33+
System.out.println("Map2:" + map2);
3434

3535
}
3636

0 commit comments

Comments
 (0)