aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/HtmlUtils.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2015-02-10 11:47:25 +0100
committerSamuel Tardieu <sam@rfc1149.net>2015-02-10 11:49:09 +0100
commitfa6741ea0b36317d0c141e765d53ee37de72fa1d (patch)
tree2eed082066cd6e35095d9f108296194f939ff1e4 /main/src/cgeo/geocaching/utils/HtmlUtils.java
parent7c7ca769d65f5539c44de22948c2f5fb74efdf0c (diff)
downloadcgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.zip
cgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.tar.gz
cgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.tar.bz2
Remove empty JavaDoc @param and @return
Diffstat (limited to 'main/src/cgeo/geocaching/utils/HtmlUtils.java')
-rw-r--r--main/src/cgeo/geocaching/utils/HtmlUtils.java2
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)) {