jdk/src/java.base/share/classes/java/util/Properties.java
changeset 30789 9eca83469588
parent 29593 935cd82c2868
child 32108 aa5490a167ee
--- a/jdk/src/java.base/share/classes/java/util/Properties.java	Fri May 22 10:45:59 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/util/Properties.java	Fri May 22 16:43:39 2015 -0700
@@ -73,8 +73,7 @@
  * Unicode escapes as defined in section 3.3 of
  * <cite>The Java&trade; Language Specification</cite>;
  * only a single 'u' character is allowed in an escape
- * sequence. The native2ascii tool can be used to convert property files to and
- * from other character encodings.
+ * sequence.
  *
  * <p> The {@link #loadFromXML(InputStream)} and {@link
  * #storeToXML(OutputStream, String, String)} methods load and store properties
@@ -108,9 +107,6 @@
  * <p>This class is thread-safe: multiple threads can share a single
  * <tt>Properties</tt> object without the need for external synchronization.
  *
- * @see <a href="../../../technotes/tools/solaris/native2ascii.html">native2ascii tool for Solaris</a>
- * @see <a href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool for Windows</a>
- *
  * @author  Arthur van Hoff
  * @author  Michael McCloskey
  * @author  Xueming Shen