7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc

Update javadoc for NumberFormatException

Reviewed-by: alanb
This commit is contained in:
Jim Gish 2012-05-24 11:11:37 -04:00
parent a982d867cb
commit 09b1403483

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1994, 2001, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1994, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,7 @@ package java.lang;
* have the appropriate format.
*
* @author unascribed
* @see java.lang.Integer#toString()
* @see java.lang.Integer#parseInt(String)
* @since JDK1.0
*/
public