src/share/classes/java/lang/ExceptionInInitializerError.java

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

@@ -37,11 +37,11 @@
  * the {@link #getException()} method is now known as the <i>cause</i>,
  * and may be accessed via the {@link Throwable#getCause()} method, as well
  * as the aforementioned "legacy method."
  *
  * @author  Frank Yellin
- * @since   JDK1.1
+ * @since   1.1
  */
 public class ExceptionInInitializerError extends LinkageError {
     /**
      * Use serialVersionUID from JDK 1.1.X for interoperability
      */