Browse Source

removed commented code

tobiasKaminsky 9 năm trước cách đây
mục cha
commit
d1c18cac12
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)