소스 검색

Sorry Leon

Jevit Tith 6 년 전
부모
커밋
0a6a3c58c1
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
 }