Skip to content

Commit

Permalink
StreamParser API is out of beta
Browse files Browse the repository at this point in the history
As of 1.19.1
  • Loading branch information
jhy committed Jan 1, 2025
1 parent 9381d7f commit 9546278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/org/jsoup/parser/StreamParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ interface to the document and its elements.</p>
New parsers should be used in each thread.</p>
<p>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.</p>
<p>The StreamParser interface is currently in <b>beta</b> and may change in subsequent releases. Feedback on the
feature and how you're using it is very welcome via the <a href="https://jsoup.org/discussion">jsoup
discussions</a>.</p>
@since 1.18.1
*/
public class StreamParser implements Closeable {
Expand Down Expand Up @@ -376,6 +373,3 @@ private void maybeFindNext() {
}
}
}



0 comments on commit 9546278

Please sign in to comment.