Browse Source

removed commented code

tobiasKaminsky 9 years ago
parent
commit
d1c18cac12
1 changed files with 0 additions and 1 deletions
  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)