Skip to content

Commit

Permalink
Fix Javadoc error for Multimaps.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
  • Loading branch information
nikhilnanivadekar committed Aug 9, 2020
1 parent 9113158 commit df5eaf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static final class ImmutableMultimaps
public final ImmutableBagMultimapFactory bag = new ImmutableBagMultimapFactory();
public final ImmutableSortedBagMultimapFactory sortedBag = new ImmutableSortedBagMultimapFactory();
/**
* @deprecated Use {@link Multimaps.immutable.sortedBag} instead
* @deprecated Use {@link #sortedBag} instead.
*/
@Deprecated
public final ImmutableSortedBagMultimapFactory multimap = this.sortedBag;
Expand Down

0 comments on commit df5eaf3

Please sign in to comment.