mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-02 23:09:29 +00:00
Update javadoc example.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
428c1938aa
commit
77309d9e0d
@ -27,7 +27,7 @@ import java.util.Collection;
|
||||
* <p>
|
||||
* For example:
|
||||
* <pre>
|
||||
* MultiMap mhm = new MultiHashMap();
|
||||
* MultiMap mhm = new MultiValueMap();
|
||||
* mhm.put(key, "A");
|
||||
* mhm.put(key, "B");
|
||||
* mhm.put(key, "C");
|
||||
|
Loading…
x
Reference in New Issue
Block a user