jdk/src/share/classes/java/util/PropertyResourceBundle.java
changeset 9266 121fb370f179
parent 5506 202f599c92aa
child 13795 73850c397272
--- a/jdk/src/share/classes/java/util/PropertyResourceBundle.java	Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/java/util/PropertyResourceBundle.java	Wed Apr 13 12:16:13 2011 -0700
@@ -104,8 +104,9 @@
  * from an InputStream or a Reader, which represents a property file.
  * Constructing a PropertyResourceBundle instance from an InputStream requires
  * that the input stream be encoded in ISO-8859-1.  In that case, characters
- * that cannot be represented in ISO-8859-1 encoding must be represented by
- * <a href="http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3">Unicode Escapes</a>,
+ * that cannot be represented in ISO-8859-1 encoding must be represented by Unicode Escapes
+ * as defined in section 3.3 of
+ * <cite>The Java&trade; Language Specification</cite>
  * whereas the other constructor which takes a Reader does not have that limitation.
  *
  * @see ResourceBundle