--- projects/cms/source/util/uk/org/iscream/cms/util/Queue.java 2001/01/02 03:24:51 1.2 +++ projects/cms/source/util/uk/org/iscream/cms/util/Queue.java 2001/01/18 01:55:36 1.3 @@ -13,7 +13,7 @@ import uk.ac.ukc.iscream.util.*; * actually contains some elements. * * @author $Author: tdb $ - * @version $Id: Queue.java,v 1.2 2001/01/02 03:24:51 tdb Exp $ + * @version $Id: Queue.java,v 1.3 2001/01/18 01:55:36 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.2 $"; + public static final String REVISION = "$Revision: 1.3 $"; //---STATIC METHODS--- @@ -163,12 +163,12 @@ public class Queue { * * @return the name of this class and its CVS revision */ - /*public String toString() { + public String toString() { return FormatName.getName( _name, getClass().getName(), REVISION); - }*/ + } //---PRIVATE METHODS--- @@ -196,13 +196,7 @@ public class Queue { * can be placed here. This name could also * be changed to null for utility classes. */ - //private String _name = ; - - /** - * This holds a reference to the - * system logger that is being used. - */ - //private Logger _logger = ReferenceManager.getInstance().getLogger(); + private String _name = null; //---STATIC ATTRIBUTES---