mirror of https://github.com/apache/lucene.git
Fix annotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f47d26a49e
commit
7bf6ee0a92
|
@ -160,8 +160,8 @@ public class ClusterState implements JSONWriter.Writable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Map<collectionName, Map<sliceName,Slice>>
|
* @return Map<collectionName, Map<sliceName,Slice>>
|
||||||
* @deprecated
|
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public Map<String, DocCollection> getCollectionStates() {
|
public Map<String, DocCollection> getCollectionStates() {
|
||||||
return Collections.unmodifiableMap(collectionStates);
|
return Collections.unmodifiableMap(collectionStates);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue