diff options
Diffstat (limited to 'main/src/cgeo/geocaching/utils/HtmlUtils.java')
| -rw-r--r-- | main/src/cgeo/geocaching/utils/HtmlUtils.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/utils/HtmlUtils.java b/main/src/cgeo/geocaching/utils/HtmlUtils.java index e90b70d..739acf7 100644 --- a/main/src/cgeo/geocaching/utils/HtmlUtils.java +++ b/main/src/cgeo/geocaching/utils/HtmlUtils.java @@ -21,8 +21,6 @@ public final class HtmlUtils { * Extract the text from a HTML based string. This is similar to what HTML.fromHtml(...) does, but this method also * removes the embedded images instead of replacing them by a small rectangular representation character. * - * @param html - * @return */ public static String extractText(final CharSequence html) { if (StringUtils.isBlank(html)) { |
