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

Comparing projects/cms/source/util/uk/org/iscream/cms/util/ReferenceManager.java (file contents):
Revision 1.3 by ajm, Thu Nov 30 02:38:17 2000 UTC vs.
Revision 1.4 by ajm, Thu Nov 30 03:07:25 2000 UTC

# Line 243 | Line 243 | public class ReferenceManager {
243          }
244          return _logger;
245      }
246 +
247 +    /**
248 +     * Sets the reference to the name
249 +     *
250 +     * @param the new name
251 +     */
252 +    public void setName(String name) {
253 +        _name = name;
254 +    }
255      
256      /**
257       * Returns a reference to the name

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines