Skip to content

Commit

Permalink
Fix Javadoc error for ImmutablePrimitiveBagFactory, MutablePrimitiveB…
Browse files Browse the repository at this point in the history
…agFactory

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
  • Loading branch information
nikhilnanivadekar committed Aug 9, 2020
1 parent df5eaf3 commit ebe55c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface Immutable<name>BagFactory
Immutable<name>Bag withAll(<name>Iterable items);

/**
* Same as {@link #withAll(Iterable<wrapperName>)}.
* Same as {@link #withAll(Iterable)}.
*/
Immutable<name>Bag ofAll(Iterable\<<wrapperName>\> iterable);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public interface Mutable<name>BagFactory
Mutable<name>Bag withAll(<name>Iterable items);

/**
* Same as {@link #withAll(Iterable<wrapperName>)}.
* Same as {@link #withAll(Iterable)}.
*/
Mutable<name>Bag ofAll(Iterable\<<wrapperName>\> iterable);

Expand Down

0 comments on commit ebe55c9

Please sign in to comment.