jdk/src/java.desktop/share/classes/sun/applet/Main.java
changeset 35667 ed476aba94de
parent 25859 3317bb8137f4
child 35694 ffdab5f7fe36
--- a/jdk/src/java.desktop/share/classes/sun/applet/Main.java	Mon Jan 11 06:10:32 2016 -0800
+++ b/jdk/src/java.desktop/share/classes/sun/applet/Main.java	Mon Jan 11 17:51:54 2016 +0300
@@ -229,7 +229,7 @@
      *
      * @param url  a string which represents either a relative or absolute URL.
      * @return     a URL when the passed in string can be interpreted according
-     *             to the RFC, <code>null</code> otherwise.
+     *             to the RFC, {@code null} otherwise.
      * @exception  ParseException
      *             Thrown when we are unable to construct a proper URL from the
      *             passed in string.
@@ -270,8 +270,8 @@
      * Invoke the debugger with the arguments passed in to appletviewer.
      *
      * @param args The arguments passed into the debugger.
-     * @return     <code>0</code> if the debugger is invoked successfully,
-     *             <code>1</code> otherwise.
+     * @return     {@code 0} if the debugger is invoked successfully,
+     *             {@code 1} otherwise.
      */
     private int invokeDebugger(String [] args) {
         // CONSTRUCT THE COMMAND LINE