/[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.8.2.4 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC revision 1.8.2.5 by tromey, Thu Oct 6 00:38:44 2005 UTC
# Line 242  public abstract class Preferences { Line 242  public abstract class Preferences {
242       * @exception SecurityException when a security manager is installed and       * @exception SecurityException when a security manager is installed and
243       * the caller does not have <code>RuntimePermission("preferences")</code>.       * the caller does not have <code>RuntimePermission("preferences")</code>.
244       */       */
245      public static Preferences systemNodeForPackage(Class c)      public static Preferences systemNodeForPackage(Class<?> c)
246              throws SecurityException              throws SecurityException
247      {      {
248          return nodeForPackage(c, systemRoot());          return nodeForPackage(c, systemRoot());
# Line 261  public abstract class Preferences { Line 261  public abstract class Preferences {
261       * @exception SecurityException when a security manager is installed and       * @exception SecurityException when a security manager is installed and
262       * the caller does not have <code>RuntimePermission("preferences")</code>.       * the caller does not have <code>RuntimePermission("preferences")</code>.
263       */       */
264      public static Preferences userNodeForPackage(Class c)      public static Preferences userNodeForPackage(Class<?> c)
265              throws SecurityException              throws SecurityException
266      {      {
267          return nodeForPackage(c, userRoot());          return nodeForPackage(c, userRoot());

Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.8.2.5

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