8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
Reviewed-by: okutsu, peytoia
Contributed-by: Vaibhav Choudhary <vaibhav.x.choudhary@oracle.com>
--- a/jdk/src/java.base/share/classes/java/text/MessageFormat.java Thu May 12 16:40:01 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/text/MessageFormat.java Fri May 13 12:52:29 2016 +0900
@@ -1068,7 +1068,7 @@
* index information as described above.
* @return An <code>Object</code> array parsed from the string. In case of
* error, returns null.
- * @throws NullPointerException if {@code source} or {@code pos} is null.
+ * @throws NullPointerException if {@code pos} is null.
*/
public Object parseObject(String source, ParsePosition pos) {
return parse(source, pos);