#29 Jevit

Open
jtith wants to merge 1 commits from jtith/Quiz4:master into master

+ 1
- 1
src/main/java/rocks/zipcode/io/quiz4/collections/ComparableTreeSet.java View File

@@ -12,6 +12,6 @@ public class ComparableTreeSet<_> {
12 12
     }
13 13
 
14 14
     public Integer compareTo(ComparableTreeSet<_> o) {
15
-        return null;
15
+        return 0;
16 16
     }
17 17
 }