< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/parser/Parser.java

Print this page

        

*** 2420,2430 **** document. */ private int currentPosition; ! private final int readCh() throws IOException { if (pos >= len) { // This loop allows us to ignore interrupts if the flag // says so --- 2420,2430 ---- document. */ private int currentPosition; ! private int readCh() throws IOException { if (pos >= len) { // This loop allows us to ignore interrupts if the flag // says so
< prev index next >