aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
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;