diff --git a/src/main/java/org/jsoup/parser/StreamParser.java b/src/main/java/org/jsoup/parser/StreamParser.java index ba0078f8ad..a1f3c185c9 100644 --- a/src/main/java/org/jsoup/parser/StreamParser.java +++ b/src/main/java/org/jsoup/parser/StreamParser.java @@ -45,9 +45,6 @@ interface to the document and its elements.
New parsers should be used in each thread.If created via {@link Connection.Response#streamParser()}, or another Reader that is I/O backed, the iterator and stream consumers will throw an {@link java.io.UncheckedIOException} if the underlying Reader errors during read.
-The StreamParser interface is currently in beta and may change in subsequent releases. Feedback on the - feature and how you're using it is very welcome via the jsoup - discussions.
@since 1.18.1 */ public class StreamParser implements Closeable { @@ -376,6 +373,3 @@ private void maybeFindNext() { } } } - - -