--- experimental/server/Queue/Queue.java 2001/02/12 02:27:56 1.7 +++ experimental/server/Queue/Queue.java 2001/02/26 01:05:16 1.8 @@ -13,7 +13,7 @@ import java.util.NoSuchElementException; * actually contains some elements. * * @author $Author: tdb $ - * @version $Id: Queue.java,v 1.7 2001/02/12 02:27:56 tdb Exp $ + * @version $Id: Queue.java,v 1.8 2001/02/26 01:05:16 tdb Exp $ */ public class Queue { @@ -22,7 +22,7 @@ public class Queue { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.7 $"; + public static final String REVISION = "$Revision: 1.8 $"; //---STATIC METHODS--- @@ -135,7 +135,7 @@ public class Queue { status += "queue"+i+"=\""+((LinkedList) _lists.get(i)).size()+"\" "; } else { - status += "queue"+i+"=\"null\" "; + status += "queue"+i+"=\"[deleted]\" "; } } status += "total=\""+_count+"\">";