From f43c74c63c80943fcad75687121f4bd4b649c48f Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 15 Sep 2011 00:00:47 +0200 Subject: Remove trailing whitespace in Javadoc strings --- src/cgeo/geocaching/cgCache.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cgeo/geocaching/cgCache.java') diff --git a/src/cgeo/geocaching/cgCache.java b/src/cgeo/geocaching/cgCache.java index 1aff470..4a2243d 100644 --- a/src/cgeo/geocaching/cgCache.java +++ b/src/cgeo/geocaching/cgCache.java @@ -87,7 +87,7 @@ public class cgCache implements ICache { /** * Gather missing information from another cache object. - * + * * @param other * the other version, or null if non-existent */ @@ -241,12 +241,12 @@ public class cgCache implements ICache { /** * checks if a page contains the guid of a cache - * + * * @param cache * the cache to look for * @param page * the page to search in - * + * * @return true: page contains guid of cache, false: otherwise */ boolean isGuidContainedInPage(final String page) { -- cgit v1.1