mirror of https://github.com/apache/lucene.git
Reformatted code according to lucene/solr standards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d744fb54dc
commit
94fe5db45c
|
@ -23,7 +23,6 @@ import org.junit.BeforeClass;
|
|||
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.Random;
|
||||
import java.util.Set;
|
||||
|
||||
|
||||
|
|
|
@ -61,6 +61,7 @@ public class CompositeIdRouter extends HashBasedRouter {
|
|||
|
||||
/**
|
||||
* Get Range for a given CompositeId based route key
|
||||
*
|
||||
* @param routeKey to return Range for
|
||||
* @return Range for given routeKey
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue