fixed documentation error - IteratorChain is not currently Serializable

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-04-08 23:59:58 +00:00
parent baf631663d
commit 38e0a5c241
1 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,7 @@
/*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Attic/IteratorChain.java,v 1.1 2002/04/08 23:38:48 morgand Exp $
* $Revision: 1.1 $
* $Date: 2002/04/08 23:38:48 $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Attic/IteratorChain.java,v 1.2 2002/04/08 23:59:58 morgand Exp $
* $Revision: 1.2 $
* $Date: 2002/04/08 23:59:58 $
*
* ====================================================================
*
@ -81,10 +81,6 @@ import java.util.NoSuchElementException;
* than reading out the contents of each Iterator into a
* List and creating a new Iterator.</p>
*
* <p>IteratorChain is Serializable, but there is no
* guarantee that the underlying Iterators are
* Serializable.</p>
*
* <p>Calling a method that adds new Iterator<i>after
* a method in the Iterator interface
* has been called</i> will result in an