src/share/classes/java/lang/IllegalAccessError.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

@@ -32,11 +32,11 @@
  * Normally, this error is caught by the compiler; this error can
  * only occur at run time if the definition of a class has
  * incompatibly changed.
  *
  * @author  unascribed
- * @since   JDK1.0
+ * @since   1.0
  */
 public class IllegalAccessError extends IncompatibleClassChangeError {
     private static final long serialVersionUID = -8988904074992417891L;
 
     /**