#29 Jevit

Отворени
jtith заяви обединяване на 1 ревизии от jtith/Quiz4:master във master
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/main/java/rocks/zipcode/io/quiz4/collections/ComparableTreeSet.java

+ 1
- 1
src/main/java/rocks/zipcode/io/quiz4/collections/ComparableTreeSet.java Целия файл

@@ -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
 }