aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgCache.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-09-15 00:00:47 +0200
committerSamuel Tardieu <sam@rfc1149.net>2011-09-15 00:00:47 +0200
commitf43c74c63c80943fcad75687121f4bd4b649c48f (patch)
tree802f93ff6914b54cdaeba0df35fc8bb7d5dd4498 /src/cgeo/geocaching/cgCache.java
parentfeda5dd2abefe921b11e492996e9701ffdac0d4b (diff)
downloadcgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.zip
cgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.tar.gz
cgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.tar.bz2
Remove trailing whitespace in Javadoc strings
Diffstat (limited to 'src/cgeo/geocaching/cgCache.java')
-rw-r--r--src/cgeo/geocaching/cgCache.java6
1 files changed, 3 insertions, 3 deletions
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) {