mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by: mduigou, lancea, alanb, mullan
This commit is contained in:
parent
eb521232f2
commit
ea9a7a88a1
361 changed files with 1050 additions and 1053 deletions
|
@ -40,7 +40,7 @@ package java.lang;
|
|||
*
|
||||
* @author unascribed
|
||||
* @see java.lang.Class#newInstance()
|
||||
* @since JDK1.0
|
||||
* @since 1.0
|
||||
*/
|
||||
public
|
||||
class InstantiationException extends ReflectiveOperationException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue