From f5a09ad73f46ba5d30379b286bfed711eee58240 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Mon, 9 Feb 2015 19:44:20 +0100 Subject: disable generation of Javadoc tags in Eclipse --- main/src/cgeo/geocaching/utils/DateUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src') 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; -- cgit v1.1