< prev index next >

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

Print this page

        

@@ -36,11 +36,11 @@
      * JDK 1.1 serialVersionUID
      */
      private static final long serialVersionUID = -1819846354050686206L;
 
     /**
-     * Constructs an instance of <code>AWTError</code> with the specified
+     * Constructs an instance of {@code AWTError} with the specified
      * detail message.
      * @param   msg   the detail message.
      * @since   1.0
      */
     public AWTError(String msg) {
< prev index next >