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

Comparing projects/cms/source/TemplateClass.java (file contents):
Revision 1.6 by ajm, Thu Dec 7 19:49:27 2000 UTC vs.
Revision 1.7 by tdb, Thu Dec 7 21:16:10 2000 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2  
3   //---IMPORTS---
4 + import uk.ac.ukc.iscream.util.IscreamNamer;
5 + import uk.ac.ukc.iscream.util.ReferenceManager;
6  
7   /**
8   * <ONE LINE DESCRIPTION>
# Line 31 | Line 33 | class TemplateClass {
33       * @return the name of this class and its CVS revision
34       */
35      public String toString() {
36 <        return uk.ac.iscream.util.IscreamNamer.formatName(
37 <            uk.ac.iscream.util.ReferenceManager.getInstance().getName(),
36 >        return uk.ac.ukc.iscream.util.IscreamNamer.formatName(
37 >            uk.ac.ukc.iscream.util.ReferenceManager.getInstance().getName(),
38              this.getClass().getName(),
39              REVISION);
40      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines