[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    (commons-collections) branch master updated: Remove useless inline comments
From:       ggregory () apache ! org
Date:       2024-01-31 14:02:07
Message-ID: 170670972797.1464243.15684267513353385830 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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 <garydgregory@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.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic