فهرست منبع

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)