mirror of https://github.com/apache/lucene.git
fix javadocs errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bae74d6649
commit
50e53475ef
|
@ -211,7 +211,6 @@ public class CloudSolrServer extends SolrServer {
|
|||
/**
|
||||
* Used internally to setup the _stateVer_ param to be sent in the query string of requests
|
||||
* coming from this instance.
|
||||
* @param lbServer
|
||||
*/
|
||||
protected void setupStateVerParamOnQueryString(LBHttpSolrServer lbServer) {
|
||||
// setup the stateVer param to be passed in the query string of every request
|
||||
|
|
|
@ -302,7 +302,7 @@ public class ClusterState implements JSONWriter.Writable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @deprecated use {@link #load(Integer, byte[], Set, ZkStateReader)}
|
||||
*/
|
||||
@Deprecated
|
||||
public static ClusterState load(Integer version, byte[] bytes, Set<String> liveNodes){
|
||||
|
|
|
@ -865,9 +865,7 @@ public class ZkStateReader {
|
|||
externalWatchedCollections.put(coll, getExternCollectionFresh(this, coll));
|
||||
}
|
||||
|
||||
/**This is not a public API. Only used by ZkController
|
||||
* @param coll
|
||||
*/
|
||||
/**This is not a public API. Only used by ZkController */
|
||||
public void removeZKWatch(final String coll){
|
||||
synchronized (this){
|
||||
watchedCollections.remove(coll);
|
||||
|
|
Loading…
Reference in New Issue