Skip to content

Commit 61efec8

Browse files
committed
API compat
1 parent ab0dc16 commit 61efec8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/jsoup/parser/HtmlTreeBuilder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,4 +1048,10 @@ public String toString() {
10481048
'}';
10491049
}
10501050

1051+
/** @deprecated this unused internal method will be removed. */
1052+
@Deprecated
1053+
protected boolean isContentForTagData(final String normalName) {
1054+
return (normalName.equals("script") || normalName.equals("style"));
1055+
}
1056+
10511057
}

0 commit comments

Comments
 (0)