< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/common/I18NImpl.java

Print this page

        

@@ -35,13 +35,13 @@
  * one "key=value" pair per line. All such files however have the same
  * name "properties". The resource extractor resolves the extraction of
  * the file from the jar as the package name is included automatically.
  *
  * <p>Extenders need only provide a static method
- * <code>getString(String)</code> which calls the static method in this
+ * {@code getString(String)} which calls the static method in this
  * class with the name of the invoking class and returns a
- * <code>String</code>.
+ * {@code String}.
  */
 public class I18NImpl {
     /**
      * Returns the message string with the specified key from the
      * "properties" file in the package containing the class with
< prev index next >