ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/Queue.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/Queue.java (file contents):
Revision 1.2 by tdb, Tue Jan 2 03:24:51 2001 UTC vs.
Revision 1.3 by tdb, Thu Jan 18 01:55:36 2001 UTC

# Line 163 | Line 163 | public class Queue {
163       *
164       * @return the name of this class and its CVS revision
165       */
166 <    /*public String toString() {
166 >    public String toString() {
167          return FormatName.getName(
168              _name,
169              getClass().getName(),
170              REVISION);
171 <    }*/
171 >    }
172  
173   //---PRIVATE METHODS---
174  
# Line 196 | Line 196 | public class Queue {
196       * can be placed here.  This name could also
197       * be changed to null for utility classes.
198       */
199 <    //private String _name = <!THIS SHOULD CALL A STATIC NAME IN THE COMPONENT CLASS FOR THIS OBJECT!>;
200 <
201 <    /**
202 <     * This holds a reference to the
203 <     * system logger that is being used.
204 <     */
205 <    //private Logger _logger = ReferenceManager.getInstance().getLogger();
199 >    private String _name = null;
200  
201   //---STATIC ATTRIBUTES---
202  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines