< prev index next >

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

Print this page

        

*** 29,39 **** /** * A class representing the extra tags found in a * <a href="http://tools.ietf.org/html/rfc2306"> TIFF-F</a> (RFC 2036) file. * ! * @since 1.9 */ public class FaxTIFFTagSet extends TIFFTagSet { private static FaxTIFFTagSet theInstance = null; --- 29,39 ---- /** * A class representing the extra tags found in a * <a href="http://tools.ietf.org/html/rfc2306"> TIFF-F</a> (RFC 2036) file. * ! * @since 9 */ public class FaxTIFFTagSet extends TIFFTagSet { private static FaxTIFFTagSet theInstance = null;
< prev index next >