@@ -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();