palolove / google-collections

Automatically exported from code.google.com/p/google-collections
0 stars 0 forks source link

Multimaps.newTreeMultimap() Javadoc incorrect #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Javadoc for

public static <K extends Comparable,V extends Comparable> TreeMultimap<K,V> 
newTreeMultimap()

in com.google.common.collect.Multimaps says:

"If the supplied multimap contains duplicate key-value pairs, those 
duplicate pairs will only be stored once in the new multimap."

But there is no supplied multimap.

Looks like src/com/google/common/collect/Multimaps.java:124

Original issue reported on code.google.com by gmat...@gmail.com on 29 Dec 2008 at 11:21

GoogleCodeExporter commented 8 years ago
Thanks for reporting this.

I fixed the Javadoc. It will be in our next release.

Original comment by jared.l....@gmail.com on 6 Jan 2009 at 10:17