diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-15 00:00:47 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-15 00:00:47 +0200 |
| commit | f43c74c63c80943fcad75687121f4bd4b649c48f (patch) | |
| tree | 802f93ff6914b54cdaeba0df35fc8bb7d5dd4498 /src/cgeo/geocaching/cgData.java | |
| parent | feda5dd2abefe921b11e492996e9701ffdac0d4b (diff) | |
| download | cgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.zip cgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.tar.gz cgeo-f43c74c63c80943fcad75687121f4bd4b649c48f.tar.bz2 | |
Remove trailing whitespace in Javadoc strings
Diffstat (limited to 'src/cgeo/geocaching/cgData.java')
| -rw-r--r-- | src/cgeo/geocaching/cgData.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cgeo/geocaching/cgData.java b/src/cgeo/geocaching/cgData.java index 035be0b..51dc5b2 100644 --- a/src/cgeo/geocaching/cgData.java +++ b/src/cgeo/geocaching/cgData.java @@ -1306,7 +1306,7 @@ public class cgData { /** * Persists the given <code>destination</code> into the database. - * + * * @param destinations * @return <code>true</code> if the given destination was successfully * persisted <code>false</code> otherwise. @@ -1390,7 +1390,7 @@ public class cgData { /** * Save coordinates into a ContentValues - * + * * @param values * a ContentValues to save coordinates in * @param oneWaypoint @@ -1403,7 +1403,7 @@ public class cgData { /** * Retrieve coordinates from a Cursor - * + * * @param cursor * a Cursor representing a row in the database * @return the coordinates, or null if latitude or longitude is null @@ -1718,7 +1718,7 @@ public class cgData { /** * Loads a single Cache. - * + * * @param geocode * The Geocode GCXXXX * @param guid @@ -1965,7 +1965,7 @@ public class cgData { /** * maps a Cache from the cursor. Doesn't next. - * + * * @param cursor * @return */ @@ -2199,7 +2199,7 @@ public class cgData { /** * Loads the history of previously entered destinations from * the database. If no destinations exist, an {@link Collections#emptyList()} will be returned. - * + * * @return A list of previously entered destinations or an empty list. */ public List<cgDestination> loadHistoryOfSearchedLocations() { |
