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:
Uwe Schindler 2013-12-03 22:56:56 +00:00
parent f47d26a49e
commit 7bf6ee0a92
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }