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 2020/11/27 19:31:16 UTC

[commons-collections] 03/04: Remove dead comments.

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

commit 743af0bb1f3b5a101de4f219064ea824f462d73e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 26 10:16:56 2020 -0500

    Remove dead comments.
---
 .../org/apache/commons/collections4/map/CaseInsensitiveMapTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java b/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java
index 5530bc9..0273dd9 100644
--- a/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java
+++ b/src/test/java/org/apache/commons/collections4/map/CaseInsensitiveMapTest.java
@@ -49,8 +49,6 @@ public class CaseInsensitiveMapTest<K, V> extends AbstractIterableMapTest<K, V>
         return "4";
     }
 
-    //-------------------------------------------------------------------------
-
     @SuppressWarnings("unchecked")
     public void testCaseInsensitive() {
         final Map<K, V> map = makeObject();