[Fb-contrib-commit] fb-contrib/etc messages.xml,1.37,1.38
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-21 04:31:04
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1477/etc Modified Files: messages.xml Log Message: more details Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- messages.xml 17 Dec 2005 08:27:00 -0000 1.37 +++ messages.xml 21 Dec 2005 04:30:56 -0000 1.38 @@ -646,6 +646,8 @@ <p>This method passes an array as the key to a Map, element in a Set, or item in a List when the contains method is used on the List. Since arrays do not, and cannot override the equals method, collection inclusion is based on the reference's address, which is probably not desired. + In the case that this is a TreeMap or TreeSet, consider passing a Comparator to the map's + constructor. </p> ]]> </Details> |