diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 94d067e..3ae3cee 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,12 @@ + + - + + + + + @@ -42,7 +50,14 @@ diff --git a/src/Main.java b/src/Main.java index 18412ab..fee5de5 100644 --- a/src/Main.java +++ b/src/Main.java @@ -109,7 +109,7 @@ public class Main { } - //now everything is finished and the filemap (hashmap with all dups) can be printed out in a nice view + //now everything is finished and the Filemap (hashmap with all Dups) can be printed out in a nice view //System.out.println(fileMap); for (String md5: fileMap.keySet()) {