Re: minor javadoc review

2010-11-08 Thread Alan Bateman
Mike Duigou wrote: Hello all; For your consideration a minor javadoc fix to review for TreeMap. This change makes the TreeMap documentation consistent with the SortedMap documentation. The primary fix is to add the word "sorted" in the sentence : This is so because the Map interface is def

minor javadoc review

2010-11-05 Thread Mike Duigou
Hello all; For your consideration a minor javadoc fix to review for TreeMap. This change makes the TreeMap documentation consistent with the SortedMap documentation. The primary fix is to add the word "sorted" in the sentence : > This is so because the Map interface is defined in terms of the