jdk/src/java.desktop/share/classes/java/awt/FontFormatException.java
changeset 35667 ed476aba94de
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/share/classes/java/awt/FontFormatException.java	Mon Jan 11 06:10:32 2016 -0800
+++ b/jdk/src/java.desktop/share/classes/java/awt/FontFormatException.java	Mon Jan 11 17:51:54 2016 +0300
@@ -26,7 +26,7 @@
 package java.awt;
 
 /**
- * Thrown by method createFont in the <code>Font</code> class to indicate
+ * Thrown by method createFont in the {@code Font} class to indicate
  * that the specified font is bad.
  *
  * @author  Parry Kejriwal
@@ -42,7 +42,7 @@
 
     /**
      * Report a FontFormatException for the reason specified.
-     * @param reason a <code>String</code> message indicating why
+     * @param reason a {@code String} message indicating why
      *        the font is not accepted.
      */
     public FontFormatException(String reason) {