8176221: Preferences docs contain reference to Sun's JRE
Summary: Remove reference to "Sun's JRE" and add @implNote
Reviewed-by: darcy
--- a/jdk/src/java.prefs/share/classes/java/util/prefs/Preferences.java Mon Mar 13 10:24:16 2017 -0700
+++ b/jdk/src/java.prefs/share/classes/java/util/prefs/Preferences.java Mon Mar 13 13:38:14 2017 -0700
@@ -188,8 +188,8 @@
* administrator to replace the default preferences implementation with an
* alternative implementation.
*
- * <p>Implementation note: In Sun's JRE, the {@code PreferencesFactory}
- * implementation is located as follows:
+ * @implNote
+ * The {@code PreferencesFactory} implementation is located as follows:
*
* <ol>
*