< prev index next >

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

Print this page

        

@@ -354,11 +354,11 @@
      *
      * The search order is described in the documentation for {@link
      * #getResource(String)}.<p>
      *
      * @param  name the resource name
-     * @return an input stream for reading the resource, or <code>null</code>
+     * @return an input stream for reading the resource, or {@code null}
      *         if the resource could not be found
      * @since  1.1
      */
     public InputStream getResourceAsStream(String name)
     {

@@ -414,11 +414,11 @@
      *
      * The search order is described in the documentation for {@link
      * #getResource(String)}.<p>
      *
      * @param  name the resource name
-     * @return an input stream for reading the resource, or <code>null</code>
+     * @return an input stream for reading the resource, or {@code null}
      *         if the resource could not be found
      * @since  1.1
      */
     public InputStream getResourceAsStreamFromJar(String name) {
 
< prev index next >