okaywit / guava-libraries

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

Fix Multimaps.transformValues Javadoc sample #1475

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://docs.guava-libraries.googlecode.com/git-history/v14.0.1/javadoc/com/googl
e/common/collect/Multimaps.html#transformValues(com.google.common.collect.Multim
ap, com.google.common.base.Function)

The version 14.0.1 Javadoc sample for Multimaps.transformValues(Multimap, 
Function) currently states:

{a=[4, 16], b=[9, 9], c=[6]}

but instead should state:

{a=[4, 16], b=[9, 9], c=[36]}

Original issue reported on code.google.com by gerrit.h...@gmail.com on 14 Jul 2013 at 11:24

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by kak@google.com on 15 Jul 2013 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 15 Jul 2013 at 5:02

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08