diff options
Diffstat (limited to 'src/cgeo/geocaching/ICache.java')
| -rw-r--r-- | src/cgeo/geocaching/ICache.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/ICache.java b/src/cgeo/geocaching/ICache.java index 128664d..24dcd7c 100644 --- a/src/cgeo/geocaching/ICache.java +++ b/src/cgeo/geocaching/ICache.java @@ -3,6 +3,8 @@ */ package cgeo.geocaching; +import cgeo.geocaching.enumerations.CacheSize; + /** * Basic interface for caches * @@ -34,7 +36,7 @@ public interface ICache { /** * @return Micro, small etc. */ - public String getSize(); + public CacheSize getSize(); /** * @return Difficulty assessment |
