aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/sorting/AbstractCacheComparator.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/sorting/AbstractCacheComparator.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/sorting/AbstractCacheComparator.java')
-rw-r--r--src/cgeo/geocaching/sorting/AbstractCacheComparator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cgeo/geocaching/sorting/AbstractCacheComparator.java b/src/cgeo/geocaching/sorting/AbstractCacheComparator.java
index a7a3336..03db8df 100644
--- a/src/cgeo/geocaching/sorting/AbstractCacheComparator.java
+++ b/src/cgeo/geocaching/sorting/AbstractCacheComparator.java
@@ -7,7 +7,7 @@ import android.util.Log;
/**
* abstract super implementation for all cache comparators
- *
+ *
*/
public abstract class AbstractCacheComparator implements CacheComparator {
@@ -27,7 +27,7 @@ public abstract class AbstractCacheComparator implements CacheComparator {
/**
* check necessary preconditions (like missing fields) before running the comparison itself
- *
+ *
* @param cache1
* @param cache2
* @return
@@ -36,7 +36,7 @@ public abstract class AbstractCacheComparator implements CacheComparator {
/**
* compares two caches. Logging and exception handling is implemented outside this method already.
- *
+ *
* @param cache1
* @param cache2
* @return an integer < 0 if cache1 is less than cache2, 0 if they are equal, and > 0 if cache1 is greater than