From: tobiasKaminsky Date: Tue, 25 Aug 2015 13:57:10 +0000 (+0200) Subject: removed commented code X-Git-Tag: oc-android-1.9^2~59^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d1c18cac1299c3488098d983422ee1c6780293b5?ds=inline removed commented code --- diff --git a/src/third_parties/daveKoeller/AlphanumComparator.java b/src/third_parties/daveKoeller/AlphanumComparator.java index e86c3c47..47cf1437 100644 --- a/src/third_parties/daveKoeller/AlphanumComparator.java +++ b/src/third_parties/daveKoeller/AlphanumComparator.java @@ -111,7 +111,6 @@ public class AlphanumComparator implements Comparator Collator collator = Collator.getInstance(); collator.setStrength(Collator.PRIMARY); result = collator.compare(thisChunk, thatChunk); -// result = thisChunk.compareTo(thatChunk); } if (result != 0)