Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jhy/jsoup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 27, 2021
2 parents aeaeb92 + 18c3d99 commit 0bcb923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/nodes/Element.java
Expand Up @@ -47,7 +47,7 @@ public class Element extends Node {
private Tag tag;
private @Nullable WeakReference<List<Element>> shadowChildrenRef; // points to child elements shadowed from node children
List<Node> childNodes;
protected @Nullable Attributes attributes; // field is nullable but all methods for attributes are non null
@Nullable Attributes attributes; // field is nullable but all methods for attributes are non-null

/**
* Create a new, standalone element.
Expand Down

0 comments on commit 0bcb923

Please sign in to comment.