yogendra-aurospaces / google-collections

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

incorrect javadoc #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code example in the javadoc for Multimaps.synchronizedMultimap is 
incorrect.

  Multimap<K,V> m = Multimaps.synchronizedMultimap(
      new HashMultimap<K,V>());

The HashMultimap constructor is protected.

Original issue reported on code.google.com by DerekG...@gmail.com on 8 Sep 2009 at 11:43

GoogleCodeExporter commented 9 years ago
thanks, fixed this for rc3.

Original comment by kevin...@gmail.com on 8 Sep 2009 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by kev...@google.com on 10 Sep 2009 at 5:07