Deprecating. I'd like to remove this class, if no one has any issues.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2001-05-16 22:19:23 +00:00
parent 284b6f5477
commit ffe28c43e0
1 changed files with 12 additions and 11 deletions

View File

@ -16,6 +16,7 @@ import java.util.List;
* *
* @author <a href="mailto:fede@apache.org">Federico Barbieri</a> * @author <a href="mailto:fede@apache.org">Federico Barbieri</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @deprecated See {@link org.apache.commons.collections.CollectionUtils}.
*/ */
public class ListUtils public class ListUtils
{ {