diff options
Diffstat (limited to 'src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java')
| -rw-r--r-- | src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java b/src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java index bdb8511..efe5c12 100644 --- a/src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java +++ b/src/cgeo/geocaching/mapinterfaces/CacheOverlayItemImpl.java @@ -4,14 +4,15 @@ import cgeo.geocaching.cgCoord; /** * Covers the common functions of the provider-specific - * CacheOverlayItem implementations + * CacheOverlayItem implementations + * * @author rsudev - * + * */ public interface CacheOverlayItemImpl extends OverlayItemImpl { - public cgCoord getCoord(); - - public String getType(); + public cgCoord getCoord(); + + public String getType(); } |
