aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-02-09 19:44:20 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-02-09 19:44:20 +0100
commitf5a09ad73f46ba5d30379b286bfed711eee58240 (patch)
tree666d51dfc9aae95fa4f11d75a6079529d6db3d38 /main/src
parent40a6412a740f64b2cb0eb406f0d58c522a29637f (diff)
downloadcgeo-f5a09ad73f46ba5d30379b286bfed711eee58240.zip
cgeo-f5a09ad73f46ba5d30379b286bfed711eee58240.tar.gz
cgeo-f5a09ad73f46ba5d30379b286bfed711eee58240.tar.bz2
disable generation of Javadoc tags in Eclipse
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/utils/DateUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/utils/DateUtils.java b/main/src/cgeo/geocaching/utils/DateUtils.java
index 8278be7..dfed110 100644
--- a/main/src/cgeo/geocaching/utils/DateUtils.java
+++ b/main/src/cgeo/geocaching/utils/DateUtils.java
@@ -39,9 +39,9 @@ public final class DateUtils {
/**
* Return whether the given date is *more* than 1 day away. We allow 1 day to be "present time" to compensate for
* potential timezone issues.
- *
+ *
* @param date
- * @return
+ * the date
*/
public static boolean isFuture(final Calendar date) {
return daysSince(date) < -1;