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:
Shalin Shekhar Mangar 2013-11-19 13:25:12 +00:00
parent d744fb54dc
commit 94fe5db45c
2 changed files with 27 additions and 27 deletions

View File

@ -23,7 +23,6 @@ import org.junit.BeforeClass;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Random;
import java.util.Set;

View File

@ -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
*/