< prev index next >

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

Print this page

        

*** 93,103 **** * threads use a <code>TIFFDirectory</code> instance concurrently, and at * least one of the threads modifies the directory, for example, by adding * or removing <code>TIFFField</code>s or <code>TIFFTagSet</code>s, it * <i>must</i> be synchronized externally.</p> * ! * @since 1.9 * @see IIOMetadata * @see TIFFField * @see TIFFTag * @see TIFFTagSet */ --- 93,103 ---- * threads use a <code>TIFFDirectory</code> instance concurrently, and at * least one of the threads modifies the directory, for example, by adding * or removing <code>TIFFField</code>s or <code>TIFFTagSet</code>s, it * <i>must</i> be synchronized externally.</p> * ! * @since 9 * @see IIOMetadata * @see TIFFField * @see TIFFTag * @see TIFFTagSet */
< prev index next >