You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2007/05/16 07:06:35 UTC

svn commit: r538432 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java

Author: seade
Date: Tue May 15 22:06:33 2007
New Revision: 538432

URL: http://svn.apache.org/viewvc?view=rev&rev=538432
Log:
Comment changes only.  Any reason not to upgrade to commons-collections-3.2?

Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java?view=diff&rev=538432&r1=538431&r2=538432
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/ObjectUtils.java Tue May 15 22:06:33 2007
@@ -54,12 +54,12 @@
     }
 
     /**
-     * Adds an object to a vector, making sure the object is in the
-     * vector only once.
+     * Adds an object to a list, making sure the object is in the
+     * list only once.
      *
-     * @param v The vector.
+     * @param l The list.
      * @param o The object.
-     * @deprecated No replacement
+     * @deprecated Use org.apache.commons.collections.SetUniqueList instead.
      */
     public static void addOnce(List l, Object o)
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org