< prev index next >

src/java.desktop/share/classes/java/awt/im/InputSubset.java

Print this page

        

@@ -26,12 +26,12 @@
 package java.awt.im;
 
 
 /**
  * Defines additional Unicode subsets for use by input methods.  Unlike the
- * UnicodeBlock subsets defined in the <code>{@link
- * java.lang.Character.UnicodeBlock}</code> class, these constants do not
+ * UnicodeBlock subsets defined in the {@link
+ * java.lang.Character.UnicodeBlock} class, these constants do not
  * directly correspond to Unicode code blocks.
  *
  * @since   1.2
  */
 
< prev index next >