Skip to content

Commit

Permalink
Published class, shouldn't be final
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Nov 16, 2023
1 parent b93e31d commit 416e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/select/Elements.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
replace} Elements in the list will also act on the underlying {@link org.jsoup.nodes.Document DOM}.</p>
@author Jonathan Hedley, [email protected] */
public final class Elements extends ArrayList<Element> {
public class Elements extends ArrayList<Element> {
public Elements() {
}

Expand Down

0 comments on commit 416e241

Please sign in to comment.