8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211

Reviewed-by: okutsu, peytoia
This commit is contained in:
Vaibhav Choudhary 2016-05-13 12:52:29 +09:00 committed by Yuka Kamiya
parent 21c525f41e
commit 2ab87a9fb7

@ -1068,7 +1068,7 @@ public class MessageFormat extends Format {
* 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);