Change to package scoped

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-05-26 20:57:43 +00:00
parent 79816f89fb
commit c1fae967af
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ import java.util.NoSuchElementException;
* Provides an implementation of an empty iterator. * Provides an implementation of an empty iterator.
* *
* @since Commons Collections 3.1 * @since Commons Collections 3.1
* @version $Revision: 1.1 $ $Date: 2004/05/22 09:46:39 $ * @version $Revision: 1.2 $ $Date: 2004/05/26 20:57:43 $
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */
public abstract class AbstractEmptyIterator { abstract class AbstractEmptyIterator {
/** /**
* Constructor. * Constructor.