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 ead758cf4 Remove useless inline comments
ead758cf4 is described below

commit ead758cf4dc3ea9e55cee5e8e426776d95e9d6a3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 31 09:02:03 2024 -0500

    Remove useless inline comments
---
 .../org/apache/commons/collections4/iterators/BoundedIteratorTest.java  | 2 --
 .../org/apache/commons/collections4/iterators/SkippingIteratorTest.java | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java
 
b/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java
index e82629a56..8e1d39deb 100644
--- 
a/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java
+++ 
b/src/test/java/org/apache/commons/collections4/iterators/BoundedIteratorTest.java
@@ -68,8 +68,6 @@ public class BoundedIteratorTest<E> extends 
AbstractIteratorTest<E> {
         testList = Arrays.asList((E[]) testArray);
     }
 
-    // ---------------- Tests ---------------------
-
     /**
      * Test a decorated iterator bounded such that the first element returned 
is
      * at an index greater its first element, and the last element returned is
diff --git 
a/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java
 
b/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java
index 597bb8b98..b10aaefaf 100644
--- 
a/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java
+++ 
b/src/test/java/org/apache/commons/collections4/iterators/SkippingIteratorTest.java
@@ -64,8 +64,6 @@ public class SkippingIteratorTest<E> extends 
AbstractIteratorTest<E> {
         testList = Arrays.asList((E[]) testArray);
     }
 
-    // ---------------- Tests ---------------------
-
     /**
      * Test the case if a negative {@code offset} is passed to the
      * constructor. {@link IllegalArgumentException} is expected.

Reply via email to