diff --git a/Data Structures/HashMap/HashMap.java b/Data Structures/HashMap/HashMap.java index 1cce6260e52c..79c6b6c36e99 100644 --- a/Data Structures/HashMap/HashMap.java +++ b/Data Structures/HashMap/HashMap.java @@ -279,5 +279,8 @@ private void rehash() throws Exception{ } } + public static void testGit(){ + System.out.println("This is Git test"); + } } >>>>>>> 7e3a8c55c865471a33f6932a022a1059c5243fc3:data_structures/HashMap/HashMap.java