Refactoring

This commit is contained in:
M66B
2021-01-19 12:18:03 +01:00
parent 91e9eae07a
commit 8e946e9863
6 changed files with 36 additions and 28 deletions

View File

@@ -1724,7 +1724,7 @@ public class HtmlHelper {
}
}
static String getPreviewText(String text) {
static String getPreview(String text) {
if (text == null)
return null;