mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-09 12:05:14 +00:00
7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
Update javadoc for NumberFormatException Reviewed-by: alanb
This commit is contained in:
parent
a982d867cb
commit
09b1403483
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user