src/share/classes/sun/applet/AppletClassLoader.java

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

@@ -355,11 +355,11 @@
      * #getResource(String)}.<p>
      *
      * @param  name the resource name
      * @return an input stream for reading the resource, or <code>null</code>
      *         if the resource could not be found
-     * @since  JDK1.1
+     * @since  1.1
      */
     public InputStream getResourceAsStream(String name)
     {
 
         if (name == null) {

@@ -415,11 +415,11 @@
      * #getResource(String)}.<p>
      *
      * @param  name the resource name
      * @return an input stream for reading the resource, or <code>null</code>
      *         if the resource could not be found
-     * @since  JDK1.1
+     * @since  1.1
      */
     public InputStream getResourceAsStreamFromJar(String name) {
 
         if (name == null) {
             throw new NullPointerException("name");