src/share/classes/java/applet/AppletContext.java

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

@@ -41,11 +41,11 @@
  * <p>
  * The methods in this interface can be used by an applet to obtain
  * information about its environment.
  *
  * @author      Arthur van Hoff
- * @since       JDK1.0
+ * @since       1.0
  */
 public interface AppletContext {
     /**
      * Creates an audio clip.
      *