This commit is contained in:
M66B 2020-02-11 20:15:21 +01:00
parent ed76372192
commit 7600ed2a48
1 changed files with 0 additions and 4 deletions

View File

@ -1081,10 +1081,6 @@ public class HtmlHelper {
return preview;
}
static String getPreviewText(String html) {
return JsoupEx.parse(html).text();
}
static String getText(String html) {
final StringBuilder sb = new StringBuilder();