Javadoc/Comments: Remove extra "whitespace"

This commit is contained in:
Gary Gregory 2023-03-25 09:51:13 -04:00
parent fccb54d3a0
commit 68f3d6bf57
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import java.util.List;
/**
* Tests for ComparableComparator.
*
*/
@SuppressWarnings("boxing")
public class ComparableComparatorTest extends AbstractComparatorTest<Integer> {