8176221: Preferences docs contain reference to Sun's JRE
authorbpb
Mon, 13 Mar 2017 13:38:14 -0700
changeset 44247 b128e61f230e
parent 44162 725cbaef3403
child 44248 90d510618f6c
child 44249 0462723a58ef
8176221: Preferences docs contain reference to Sun's JRE Summary: Remove reference to "Sun's JRE" and add @implNote Reviewed-by: darcy
jdk/src/java.prefs/share/classes/java/util/prefs/Preferences.java
--- 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>
  *