浏览代码

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)