removed commented code
[pub/Android/ownCloud.git] / src / third_parties / daveKoeller / AlphanumComparator.java
index e86c3c4..47cf143 100644 (file)
@@ -111,7 +111,6 @@ public class AlphanumComparator implements Comparator<OCFile>
                 Collator collator = Collator.getInstance();\r
                 collator.setStrength(Collator.PRIMARY);\r
                 result = collator.compare(thisChunk, thatChunk);\r
-//                result = thisChunk.compareTo(thatChunk);\r
             }\r
 \r
             if (result != 0)\r