Hi All: Does anyone else see this in [collections] trunk:
Description Resource Path Location Type Name clash: The method get(K) of type MultiMap<K,V> has the same erasure as get(Object) of type Get<K,V> but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 100 Java Problem Name clash: The method get(K) of type MultiMap<K,V> has the same erasure as get(Object) of type Map<K,V> but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 100 Java Problem Name clash: The method remove(K) of type MultiMap<K,V> has the same erasure as remove(Object) of type Get<K,V> but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 146 Java Problem Name clash: The method remove(K) of type MultiMap<K,V> has the same erasure as remove(Object) of type Map<K,V> but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 146 Java Problem I am using Eclipse Classic 3.7.1. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory