mirror of https://github.com/apache/lucene.git
escape javadoc generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a8d538b5a
commit
fccd1be5e7
|
@ -136,7 +136,7 @@ public class CloudState implements JSONWriter.Writable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Map<collectionName, Map<sliceName,Slice>>
|
||||
* @return Map<collectionName, Map<sliceName,Slice>>
|
||||
*/
|
||||
public Map<String, Map<String, Slice>> getCollectionStates() {
|
||||
return Collections.unmodifiableMap(collectionStates);
|
||||
|
|
Loading…
Reference in New Issue