Skip to content

Commit

Permalink
Add generic Javadoc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent bc99097 commit 2f30f6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Predicate implementation that returns true the first time an object is
* passed into the predicate.
*
* @param <T> the type of the input to the predicate.
* @since 3.0
*/
public final class UniquePredicate<T> implements Predicate<T>, Serializable {
Expand Down

0 comments on commit 2f30f6f

Please sign in to comment.