swlnet / google-collections

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

Documentation for ImmutableSortedMap.Builder incorrect #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://google-
collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Immuta
bleSortedMap.Builder.html

The javadoc mentions a parameterless constructor which doesn't exist.  Would 
it be a good idea to mention the naturalOrder and orderedBy method in the 
enclosing class?

Original issue reported on code.google.com by Ben.Lings on 6 Aug 2009 at 4:46

GoogleCodeExporter commented 9 years ago
Thanks for pointing that out!

The next release will include a valid example.

Original comment by jared.l....@gmail.com on 6 Aug 2009 at 5:32