You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 13:51:17 UTC

[commons-collections] branch master updated: Javadoc/Comments: Remove extra "whitespace"

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 68f3d6bf5 Javadoc/Comments: Remove extra "whitespace"
68f3d6bf5 is described below

commit 68f3d6bf57a907616309730acd2aae44165b39e4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 09:51:13 2023 -0400

    Javadoc/Comments: Remove extra "whitespace"
---
 .../commons/collections4/comparators/ComparableComparatorTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java b/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java
index 69abd6bed..d757d78e9 100644
--- a/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java
+++ b/src/test/java/org/apache/commons/collections4/comparators/ComparableComparatorTest.java
@@ -22,7 +22,6 @@ import java.util.List;
 
 /**
  * Tests for ComparableComparator.
- *
  */
 @SuppressWarnings("boxing")
 public class ComparableComparatorTest extends AbstractComparatorTest<Integer> {