rwaldhoff 2003/10/09 02:52:56
Modified: collections/src/java/org/apache/commons/collections/primitives
AbstractLongList.java
Log:
deprecate
Revision Changes Path
1.8 +4 -3
jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/AbstractLongList.java
Index: AbstractLongList.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/AbstractLongList.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AbstractLongList.java 31 Aug 2003 17:21:14 -0000 1.7
+++ AbstractLongList.java 9 Oct 2003 09:52:56 -0000 1.8
@@ -82,7 +82,8 @@
* to override the other methods to increase performance.<P>
*
* @version $Revision$ $Date$
- * @author Rodney Waldhoff
+ * @author Rodney Waldhoff
+ * @deprecated This should have been removed all with several other types that
extended the Object-based ones
*/
public abstract class AbstractLongList extends AbstractList {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]