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.14 by tdb, Thu Jan 18 23:19:29 2001 UTC

# Line 4 | Line 4 | package uk.ac.ukc.iscream.filtermanager;
4   //---IMPORTS---
5   import uk.ac.ukc.iscream.util.*;
6   import uk.ac.ukc.iscream.core.*;
7 + import uk.ac.ukc.iscream.componentmanager.*;
8  
9   /**
10   * The FilterManager handles initialisation
# Line 14 | Line 15 | import uk.ac.ukc.iscream.core.*;
15   * @author  $Author$
16   * @version $Id$
17   */
18 < public class FilterManager implements uk.ac.ukc.iscream.util.Component {
18 > public class FilterManager implements Component {
19  
20   //---FINAL ATTRIBUTES---
21  
# Line 24 | Line 25 | public class FilterManager implements uk.ac.ukc.iscrea
25      public static final String REVISION = "$Revision$";
26      
27      /**
28 <     * The friendly name for the FilterManager, used by
28 >     * The friendly name for this component, used by
29       * all related classes.
30       */
31      public static final String NAME = "FilterManager";
# Line 82 | Line 83 | public class FilterManager implements uk.ac.ukc.iscrea
83      public String toString() {
84          return FormatName.getName(
85              _name,
86 <            this.getClass().getName(),
86 >            getClass().getName(),
87              REVISION);
88      }
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines