src/share/classes/java/util/prefs/XmlSupport.java

Print this page

        

@@ -90,11 +90,11 @@
      * @throws IOException if writing to the specified output stream
      *         results in an <tt>IOException</tt>.
      * @throws BackingStoreException if preference data cannot be read from
      *         backing store.
      * @throws IllegalStateException if this node (or an ancestor) has been
-     *         removed with the {@link #removeNode()} method.
+     *         removed with the {@link Preferences#removeNode()} method.
      */
     static void export(OutputStream os, final Preferences p, boolean subTree)
         throws IOException, BackingStoreException {
         if (((AbstractPreferences)p).isRemoved())
             throw new IllegalStateException("Node has been removed");