mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
911ee1dcd3
commit
69bb099bd8
|
@ -119,8 +119,9 @@ public class ZkStateReader {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns config value
|
* Returns config set name for collection.
|
||||||
* @param collection
|
*
|
||||||
|
* @param collection to return config set name for
|
||||||
*/
|
*/
|
||||||
public String readConfigName(String collection) throws KeeperException,
|
public String readConfigName(String collection) throws KeeperException,
|
||||||
InterruptedException {
|
InterruptedException {
|
||||||
|
|
Loading…
Reference in New Issue