jdk/src/share/classes/java/lang/Float.java
changeset 9266 121fb370f179
parent 7517 7303bc0e78d6
child 10067 1263ecd22db6
--- a/jdk/src/share/classes/java/lang/Float.java	Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/java/lang/Float.java	Wed Apr 13 12:16:13 2011 -0700
@@ -353,9 +353,10 @@
      * where <i>Sign</i>, <i>FloatingPointLiteral</i>,
      * <i>HexNumeral</i>, <i>HexDigits</i>, <i>SignedInteger</i> and
      * <i>FloatTypeSuffix</i> are as defined in the lexical structure
-     * sections of the <a
-     * href="http://java.sun.com/docs/books/jls/html/">Java Language
-     * Specification</a>. If {@code s} does not have the form of
+     * sections of
+     * <cite>The Java&trade; Language Specification</cite>,
+     * except that underscores are not accepted between digits.
+     * If {@code s} does not have the form of
      * a <i>FloatValue</i>, then a {@code NumberFormatException}
      * is thrown. Otherwise, {@code s} is regarded as
      * representing an exact decimal value in the usual