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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterMain.java (file contents):
Revision 1.16 by ajm, Wed Dec 13 13:36:46 2000 UTC vs.
Revision 1.17 by ajm, Wed Dec 13 15:47:26 2000 UTC

# Line 101 | Line 101 | public class FilterMain implements uk.ac.ukc.iscream.u
101       */
102      public String toString() {
103          return FormatName.getName(
104 <            _name,
104 >            NAME,
105              getClass().getName(),
106              REVISION);
107      }
# Line 111 | Line 111 | public class FilterMain implements uk.ac.ukc.iscream.u
111   //---ACCESSOR/MUTATOR METHODS---
112  
113   //---ATTRIBUTES---
114
115    /**
116     * This is the friendly identifier of the
117     * component this class is running in.
118     * eg, a Filter may be called "filter1",
119     * If this class does not have an owning
120     * component,  a name from the configuration
121     * can be placed here.  This name could also
122     * be changed to null for utility classes.
123     */
124    private String _name = FilterMain.NAME;
114  
115      /**
116       * This holds a reference to the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines