--- projects/cms/source/util/uk/org/iscream/cms/util/Queue.java 2001/05/29 17:02:35 1.22 +++ projects/cms/source/util/uk/org/iscream/cms/util/Queue.java 2001/12/10 22:20:23 1.23 @@ -14,7 +14,7 @@ import uk.org.iscream.cms.server.util.*; * actually contains some elements. * * @author $Author: tdb $ - * @version $Id: Queue.java,v 1.22 2001/05/29 17:02:35 tdb Exp $ + * @version $Id: Queue.java,v 1.23 2001/12/10 22:20:23 tdb Exp $ */ public class Queue { @@ -23,7 +23,7 @@ public class Queue { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.22 $"; + public static final String REVISION = "$Revision: 1.23 $"; /** * Pass to constructor to remove a RANDOM item from @@ -228,7 +228,8 @@ public class Queue { /** * Returns the total numer of elements to have passed - * through this queue (ie. a counter on the add method). + * through this queue. This is essentially a counter + * on the add method. * * @return the element-ometer. */