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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java (file contents):
Revision 1.4 by ajm, Wed Dec 13 12:57:38 2000 UTC vs.
Revision 1.5 by ajm, Wed Dec 13 15:48:36 2000 UTC

# Line 86 | Line 86 | public class ClientInterfaceMain implements uk.ac.ukc.
86       */
87      public String toString() {
88          return FormatName.getName(
89 <            _name,
89 >            NAME,
90              getClass().getName(),
91              REVISION);
92      }
# Line 96 | Line 96 | public class ClientInterfaceMain implements uk.ac.ukc.
96   //---ACCESSOR/MUTATOR METHODS---
97  
98   //---ATTRIBUTES---
99
100    /**
101     * This is the friendly identifier of the
102     * component this class is running in.
103     * eg, a Filter may be called "filter1",
104     * If this class does not have an owning
105     * component,  a name from the configuration
106     * can be placed here.  This name could also
107     * be changed to null for utility classes.
108     */
109    private String _name = ClientInterfaceMain.NAME;
99  
100      /**
101       * This holds a reference to the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines