remove bogus TODO comment

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1070672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-02-14 21:19:07 +00:00
parent ed3d9ab90b
commit e658fb9b50
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ public class TestListOrderedMap2<K, V> extends AbstractTestOrderedMap<K, V> {
*/
@Override
public ListOrderedMap<K, V> getMap() {
// TODO Auto-generated method stub
return (ListOrderedMap<K, V>) super.getMap();
}
}