mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f61d232630
commit
2360b51bd6
|
@ -61,8 +61,8 @@ public class CompositeIdRouter extends HashBasedRouter {
|
|||
|
||||
/**
|
||||
* Get Range for a given CompositeId based route key
|
||||
* @param routeKey
|
||||
* @return
|
||||
* @param routeKey to return Range for
|
||||
* @return Range for given routeKey
|
||||
*/
|
||||
public Range keyHashRange(String routeKey) {
|
||||
if (routeKey.indexOf(SEPARATOR) < 0) {
|
||||
|
@ -242,7 +242,6 @@ public class CompositeIdRouter extends HashBasedRouter {
|
|||
|
||||
/**
|
||||
* Get bit masks for routing based on routing level
|
||||
* @return
|
||||
*/
|
||||
private int[] getMasks() {
|
||||
int[] masks;
|
||||
|
|
Loading…
Reference in New Issue