finish removing nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-12-08 15:50:58 +00:00
parent f15306c649
commit 27e2737ab2
1 changed files with 0 additions and 4 deletions

View File

@ -129,10 +129,6 @@ public class CompositeIdRouter extends HashBasedRouter {
upperBound = Integer.MAX_VALUE;
}
if (lowerBound > upperBound) {
throw new RuntimeException("WHAAAT?");
}
// lowerBound will be greater than upperBound if we are in the negatives
Range completeRange = new Range(lowerBound, upperBound);
List<Slice> targetSlices = new ArrayList<Slice>(1);