File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/igormaznitsa/prologparser Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4444import com .igormaznitsa .prologparser .tokenizer .Tokenizer ;
4545import com .igormaznitsa .prologparser .tokenizer .TokenizerResult ;
4646import com .igormaznitsa .prologparser .utils .Koi7CharOpMap ;
47- import java .io .Closeable ;
4847import java .io .IOException ;
4948import java .io .Reader ;
5049import java .util .ArrayList ;
6059 * Abstract base Prolog parser.
6160 */
6261@ SuppressWarnings ({"GrazieInspection" , "unused" })
63- public abstract class PrologParser implements Iterable <PrologTerm >, Closeable {
62+ public abstract class PrologParser implements Iterable <PrologTerm >, AutoCloseable {
6463
6564 public static final PrologTerm [] EMPTY_TERM_ARRAY = new PrologTerm [0 ];
6665 protected static final Koi7CharOpMap META_OP_MAP ;
You can’t perform that action at this time.
0 commit comments