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:
Michael McCandless 2012-07-02 23:43:49 +00:00
parent 6a8d538b5a
commit fccd1be5e7
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class CloudState implements JSONWriter.Writable {
}
/**
* @return Map<collectionName, Map<sliceName,Slice>>
* @return Map&lt;collectionName, Map&lt;sliceName,Slice&gt;&gt;
*/
public Map<String, Map<String, Slice>> getCollectionStates() {
return Collections.unmodifiableMap(collectionStates);