jdk/src/java.desktop/share/classes/sun/applet/AppletClassLoader.java
changeset 35667 ed476aba94de
parent 32933 83d50f1247bb
child 37550 c8252b8fea3d
--- a/jdk/src/java.desktop/share/classes/sun/applet/AppletClassLoader.java	Mon Jan 11 06:10:32 2016 -0800
+++ b/jdk/src/java.desktop/share/classes/sun/applet/AppletClassLoader.java	Mon Jan 11 17:51:54 2016 +0300
@@ -358,7 +358,7 @@
      * #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
      */
@@ -418,7 +418,7 @@
      * #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
      */