--- jsr166/src/main/java/util/TreeMap.java 2005/06/19 23:01:12 1.19 +++ jsr166/src/main/java/util/TreeMap.java 2005/06/21 07:45:08 1.20 @@ -521,7 +521,7 @@ public class TreeMap /** * Associates the specified value with the specified key in this map. - * If the map previously contained a mapping for this key, the old + * If the map previously contained a mapping for the key, the old * value is replaced. * * @param key key with which the specified value is to be associated