Skip to content

Commit e63ee73

Browse files
committed
Add missing @deprecated annotation
1 parent be6f5ff commit e63ee73

File tree

1 file changed

+1
-0
lines changed
  • webmagic-core/src/main/java/us/codecraft/webmagic

1 file changed

+1
-0
lines changed

webmagic-core/src/main/java/us/codecraft/webmagic/Page.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public Json getJson() {
108108
* @deprecated since 0.4.0
109109
* The html is parse just when first time of calling {@link #getHtml()}, so use {@link #setRawText(String)} instead.
110110
*/
111+
@Deprecated
111112
public void setHtml(Html html) {
112113
this.html = html;
113114
}

0 commit comments

Comments
 (0)