dgraham 2003/01/31 21:05:12 Modified: src/share/org/apache/struts/util IteratorAdapter.java Log: Deprecated in favor of commons-collections' IteratorUtils.asIterator(Enumeration) Revision Changes Path 1.3 +6 -5 jakarta-struts/src/share/org/apache/struts/util/IteratorAdapter.java Index: IteratorAdapter.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/util/IteratorAdapter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- IteratorAdapter.java 22 May 2002 20:08:03 -0000 1.2 +++ IteratorAdapter.java 1 Feb 2003 05:05:12 -0000 1.3 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2001 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -70,6 +70,7 @@ * throw an UnsupportedOperationException. Added for use by TagLib so * Enumeration can be supported * + * @deprecated Use commons-collections' IteratorUtils.asIterator(Enumeration). * @author Sean M. Kelley * @author Rob Leland * @version $Revision$ $Date$
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]