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/enumerations | |
| 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/enumerations')
| -rw-r--r-- | src/cgeo/geocaching/enumerations/CacheSize.java | 2 | ||||
| -rw-r--r-- | src/cgeo/geocaching/enumerations/CacheType.java | 2 | ||||
| -rw-r--r-- | src/cgeo/geocaching/enumerations/WaypointType.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cgeo/geocaching/enumerations/CacheSize.java b/src/cgeo/geocaching/enumerations/CacheSize.java index 9ea82bb..ee202ad 100644 --- a/src/cgeo/geocaching/enumerations/CacheSize.java +++ b/src/cgeo/geocaching/enumerations/CacheSize.java @@ -6,7 +6,7 @@ import java.util.Map; /** * Enum listing cache sizes - * + * * @author koem */ public enum CacheSize { diff --git a/src/cgeo/geocaching/enumerations/CacheType.java b/src/cgeo/geocaching/enumerations/CacheType.java index 6acc3a4..0751a1f 100644 --- a/src/cgeo/geocaching/enumerations/CacheType.java +++ b/src/cgeo/geocaching/enumerations/CacheType.java @@ -8,7 +8,7 @@ import java.util.Map; /** * Enum listing all cache types - * + * * @author koem */ public enum CacheType { diff --git a/src/cgeo/geocaching/enumerations/WaypointType.java b/src/cgeo/geocaching/enumerations/WaypointType.java index 84ef59a..70ef08a 100644 --- a/src/cgeo/geocaching/enumerations/WaypointType.java +++ b/src/cgeo/geocaching/enumerations/WaypointType.java @@ -6,7 +6,7 @@ import java.util.Map; /** * Enum listing waypoint types - * + * * @author koem */ public enum WaypointType { |
