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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/ConfigurationServant.java (file contents):
Revision 1.5 by tdb, Mon Nov 13 17:07:07 2000 UTC vs.
Revision 1.6 by tdb, Mon Nov 13 18:21:15 2000 UTC

# Line 77 | Line 77 | class ConfigurationServant extends ConfigurationPOA {
77       * @return the name of this class and its CVS revision
78       */
79      public String toString() {
80 <        return this.getClass().getName() + ":" + REVISION;
80 >        return this.getClass().getName() + "(" + REVISION.substring(11, REVISION.length() - 2) + ")";
81      }
82  
83   //---PRIVATE METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines