Skip to content

Commit

Permalink
remove useless p tag
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Laborde <[email protected]>
  • Loading branch information
ker2x committed Sep 13, 2023
1 parent 09b14c5 commit 19000a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static <T> List<T> rotate(final List<T> list, int distance) {
/**
* In place de-duplicates items in a list<p>
* Noop if the list is empty or has one item.
* <p>
*
* @throws NullPointerException if the list is `null` or comparator is `null`
* @param array the list to de-duplicate
* @param comparator the comparator to use to compare items
Expand Down

0 comments on commit 19000a3

Please sign in to comment.