--- old/src/java.base/share/classes/java/text/MessageFormat.java Fri Mar 4 08:35:31 2016 +++ new/src/java.base/share/classes/java/text/MessageFormat.java Fri Mar 4 08:35:31 2016 @@ -1068,7 +1068,7 @@ * index information as described above. * @return An Object 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);