/[classpath]/classpath/java/util/prefs/Preferences.java
ViewVC logotype

Diff of /classpath/java/util/prefs/Preferences.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mkoch, Fri Oct 22 17:15:57 2004 UTC revision 1.10 by mkoch, Wed Feb 16 12:36:22 2005 UTC
# Line 1  Line 1 
1  /* Preferences -- Preference node containing key value entries and subnodes  /* Preferences -- Preference node containing key value entries and subnodes
2     Copyright (C) 2001, 2004  Free Software Foundation, Inc.     Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 234  public abstract class Preferences { Line 234  public abstract class Preferences {
234       * The package node name of the object is determined by dropping the       * The package node name of the object is determined by dropping the
235       * class name of the object of the fully quallified class name and       * class name of the object of the fully quallified class name and
236       * replacing all '.' to '/' in the package name. If the class of the       * replacing all '.' to '/' in the package name. If the class of the
237       * object has no package then the package node name is "<unnamed>".       * object has no package then the package node name is "&lt;unnamed&gt;".
238       * The returened node is <code>systemRoot().node(packageNodeName)</code>.       * The returened node is <code>systemRoot().node(packageNodeName)</code>.
239       *       *
240       * @param o Object whose default system preference node is requested       * @param o Object whose default system preference node is requested
# Line 253  public abstract class Preferences { Line 253  public abstract class Preferences {
253       * The package node name of the object is determined by dropping the       * The package node name of the object is determined by dropping the
254       * class name of the object of the fully quallified class name and       * class name of the object of the fully quallified class name and
255       * replacing all '.' to '/' in the package name. If the class of the       * replacing all '.' to '/' in the package name. If the class of the
256       * object has no package then the package node name is "<unnamed>".       * object has no package then the package node name is "&lt;unnamed&gt;".
257       * The returened node is <code>userRoot().node(packageNodeName)</code>.       * The returened node is <code>userRoot().node(packageNodeName)</code>.
258       *       *
259       * @param o Object whose default user preference node is requested       * @param o Object whose default user preference node is requested

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26