src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java

Print this page

        

*** 1883,1893 **** * access to the document is not already ensured by * the context under which the iterator is being used, * its use should be performed under the protection of * Document.render. */ ! public static abstract class Iterator { /** * Return the attributes for this tag. * @return the <code>AttributeSet</code> for this tag, or * <code>null</code> if none can be found --- 1883,1893 ---- * access to the document is not already ensured by * the context under which the iterator is being used, * its use should be performed under the protection of * Document.render. */ ! public abstract static class Iterator { /** * Return the attributes for this tag. * @return the <code>AttributeSet</code> for this tag, or * <code>null</code> if none can be found