< prev index next >

src/java.desktop/share/classes/java/awt/AWTException.java

Print this page

        

@@ -36,13 +36,13 @@
      * JDK 1.1 serialVersionUID
      */
      private static final long serialVersionUID = -1900414231151323879L;
 
     /**
-     * Constructs an instance of <code>AWTException</code> with the
+     * Constructs an instance of {@code AWTException} with the
      * specified detail message. A detail message is an
-     * instance of <code>String</code> that describes this particular
+     * instance of {@code String} that describes this particular
      * exception.
      * @param   msg     the detail message
      * @since   1.0
      */
     public AWTException(String msg) {
< prev index next >