< prev index next >

jdk/src/java.base/share/classes/java/text/DateFormat.java

Print this page

        

*** 417,426 **** --- 417,427 ---- * @param pos A <code>ParsePosition</code> object with index and error * index information as described above. * @return A <code>Date</code> parsed from the string. In case of * error, returns null. * @exception NullPointerException if <code>pos</code> is null. + * @throws NullPointerException if {@code source} is null. */ public Object parseObject(String source, ParsePosition pos) { return parse(source, pos); }
< prev index next >