OpenJDK / jdk / jdk
changeset 12845:2df87bfbce1b
7160725: Strange or obsolete @see tags in some exception java.lang javadoc
Summary: update javadoc for IllegalArgumentException and NumberFormatException
Reviewed-by: alanb
author | jgish |
---|---|
date | Thu, 24 May 2012 14:44:40 +0100 |
parents | 883981db17b3 |
children | c3999bec8b2c |
files | jdk/src/share/classes/java/lang/IllegalArgumentException.java |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/java/lang/IllegalArgumentException.java Thu May 24 10:57:21 2012 +0100 +++ b/jdk/src/share/classes/java/lang/IllegalArgumentException.java Thu May 24 14:44:40 2012 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994, 2003, 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 @@ -30,7 +30,6 @@ * inappropriate argument. * * @author unascribed - * @see java.lang.Thread#setPriority(int) * @since JDK1.0 */ public