< prev index next >

jdk/src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFTagSet.java

Print this page

        

@@ -42,11 +42,11 @@
  * between raw tag numbers and <code>TIFFTag</code> objects, which
  * contain additional information about each tag, such as the tag's
  * name, legal data types, and mnemonic names for some or all of ts
  * data values.
  *
- * @since 1.9
+ * @since 9
  * @see   TIFFTag
  */
 public class TIFFTagSet {
 
     private SortedMap<Integer,TIFFTag> allowedTagsByNumber = new TreeMap<Integer,TIFFTag>();
< prev index next >