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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/FilterManager.java (file contents):
Revision 1.12 by ajm, Tue Dec 12 19:17:02 2000 UTC vs.
Revision 1.13 by ajm, Tue Dec 12 19:55:45 2000 UTC

# Line 24 | Line 24 | public class FilterManager implements uk.ac.ukc.iscrea
24      public static final String REVISION = "$Revision$";
25      
26      /**
27 <     * The friendly name for the FilterManager, used by
27 >     * The friendly name for this component, used by
28       * all related classes.
29       */
30      public static final String NAME = "FilterManager";
# Line 82 | Line 82 | public class FilterManager implements uk.ac.ukc.iscrea
82      public String toString() {
83          return FormatName.getName(
84              _name,
85 <            this.getClass().getName(),
85 >            getClass().getName(),
86              REVISION);
87      }
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines