< prev index next >

src/java.desktop/share/classes/javax/swing/text/Style.java

Print this page

        

@@ -47,11 +47,11 @@
  */
 public interface Style extends MutableAttributeSet {
 
     /**
      * Fetches the name of the style.   A style is not required to be named,
-     * so <code>null</code> is returned if there is no name
+     * so {@code null} is returned if there is no name
      * associated with the style.
      *
      * @return the name
      */
     public String getName();
< prev index next >