1
1
Fork 0

Фикс кода

This commit is contained in:
Arthur 2020-02-21 18:24:54 +03:00 committed by Enchased Horse
parent 0a0f8d7da9
commit 59a9eb4a3c
1 changed files with 0 additions and 2 deletions

2
jcf.md
View File

@ -543,10 +543,8 @@ import java.util.Map;
public class Q2 {
public static void main(String[] args) {
Q2 q = new Q2();
q.testHashMapAndIdentityHashMap();
}
private void testHashMapAndIdentityHashMap() {