You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2011/02/14 22:19:09 UTC

svn commit: r1070672 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java

Author: mbenson
Date: Mon Feb 14 21:19:07 2011
New Revision: 1070672

URL: http://svn.apache.org/viewvc?rev=1070672&view=rev
Log:
remove bogus TODO comment

Modified:
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java?rev=1070672&r1=1070671&r2=1070672&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java Mon Feb 14 21:19:07 2011
@@ -224,7 +224,6 @@ public class TestListOrderedMap2<K, V> e
      */
     @Override
     public ListOrderedMap<K, V> getMap() {
-        // TODO Auto-generated method stub
         return (ListOrderedMap<K, V>) super.getMap();
     }
 }