You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:55:52 UTC

[67/77] [abbrv] commons-collections git commit: Get does not clear()

Get does not clear()

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814060 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/bb91d002
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/bb91d002
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/bb91d002

Branch: refs/heads/collections_jdk5_branch
Commit: bb91d002c26389b8d1a025e019b3746e995a6b01
Parents: 06cccbc
Author: Matthew Jason Benson <mb...@apache.org>
Authored: Fri Sep 11 22:21:50 2009 +0000
Committer: Matthew Jason Benson <mb...@apache.org>
Committed: Fri Sep 11 22:21:50 2009 +0000

----------------------------------------------------------------------
 .../collections/splitmap/AbstractIterableGetMapDecorator.java    | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/bb91d002/src/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java b/src/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
index 2b06bfd..14390ba 100644
--- a/src/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
+++ b/src/java/org/apache/commons/collections/splitmap/AbstractIterableGetMapDecorator.java
@@ -56,10 +56,6 @@ public class AbstractIterableGetMapDecorator<K, V> implements IterableGet<K, V>
         return map;
     }
 
-    public void clear() {
-        decorated().clear();
-    }
-
     /**
      * {@inheritDoc}
      */