jdk/src/share/classes/java/lang/Double.java
changeset 3312 d8cd9665ece8
parent 1824 7a685390c6ab
child 3964 cf913644be58
--- a/jdk/src/share/classes/java/lang/Double.java	Wed Jul 15 12:08:55 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Double.java	Wed Jul 15 14:43:13 2009 -0700
@@ -529,6 +529,7 @@
      * @param  s   the string to be parsed.
      * @return the {@code double} value represented by the string
      *         argument.
+     * @throws NullPointerException  if the string is null
      * @throws NumberFormatException if the string does not contain
      *         a parsable {@code double}.
      * @see    java.lang.Double#valueOf(String)