소스 검색

removed commented code

tobiasKaminsky 9 년 전
부모
커밋
d1c18cac12
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/third_parties/daveKoeller/AlphanumComparator.java

+ 0 - 1
src/third_parties/daveKoeller/AlphanumComparator.java

@@ -111,7 +111,6 @@ public class AlphanumComparator implements Comparator<OCFile>
                 Collator collator = Collator.getInstance();
                 collator.setStrength(Collator.PRIMARY);
                 result = collator.compare(thisChunk, thatChunk);
-//                result = thisChunk.compareTo(thatChunk);
             }
 
             if (result != 0)