From d1c18cac1299c3488098d983422ee1c6780293b5 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 25 Aug 2015 15:57:10 +0200 Subject: [PATCH] removed commented code --- src/third_parties/daveKoeller/AlphanumComparator.java | 1 - 1 file changed, 1 deletion(-) 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) -- 2.11.0