< prev index next >

src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFTag.java

Print this page

        

@@ -332,12 +332,12 @@
      * Returns {@code true} if this tag is used to point to an IFD
      * structure containing additional tags. A {@code TIFFTag} represents
      * an IFD pointer if and only if its {@code TIFFTagSet} is
      * non-{@code null} or the data type {@code TIFF_IFD_POINTER} is
      * legal. This condition will be satisfied if and only if either
-     * {@code getTagSet()&nbsp;!=&nbsp;null} or
-     * {@code isDataTypeOK(TIFF_IFD_POINTER)&nbsp;==&nbsp;true}.
+     * {@code getTagSet() != null} or
+     * {@code isDataTypeOK(TIFF_IFD_POINTER) == true}.
      *
      * <p>Many TIFF extensions use the IFD mechanism in order to limit the
      * number of new tags that may appear in the root IFD.</p>
      *
      * @return {@code true} if this tag points to an IFD.
< prev index next >