src/macosx/classes/java/util/prefs/MacOSXPreferences.java

Print this page

        

@@ -98,11 +98,11 @@
         if (isRoot)
             this.isUser = isUser;
         else
             this.isUser = isUserNode();
         path = isRoot ? absolutePath() : absolutePath() + "/";
-        file = cfFileForNode(isUser);
+        file = cfFileForNode(this.isUser);
         if (isNew)
             newNode = isNew;
         else
             newNode = file.addNode(path);
     }