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.7 by tdb, Mon Nov 13 18:34:12 2000 UTC vs.
Revision 1.9 by tdb, Mon Nov 20 15:49:46 2000 UTC

# Line 46 | Line 46 | class ConfigurationServant extends ConfigurationPOA {
46          _logRef = logRef;
47          
48          String date = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM).format(new Date(getLastModified()));
49 <        _logRef.write(this.toString(), "created: " + configurationFile.getName() + "(" + date + ")" );
49 >        _logRef.write(this.toString(), Logger.SYSMSG, "created: " + configurationFile.getName() + "(" + date + ")" );
50          
51          try {
52              InputStream configurationStream = new FileInputStream(configurationFile);
# Line 83 | Line 83 | class ConfigurationServant extends ConfigurationPOA {
83      }
84  
85   //---PRIVATE METHODS---
86 +
87 +    protected void finalize() throws Throwable {
88 +        _logRef.write(this.toString(), Logger.DEBUG, "finalized (ick, us english!)");
89 +    }
90  
91   //---ACCESSOR/MUTATOR METHODS---
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines