From fa6741ea0b36317d0c141e765d53ee37de72fa1d Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Tue, 10 Feb 2015 11:47:25 +0100 Subject: Remove empty JavaDoc @param and @return --- main/src/cgeo/geocaching/utils/HtmlUtils.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/src/cgeo/geocaching/utils/HtmlUtils.java') 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)) { -- cgit v1.1