diff options
Diffstat (limited to 'main/src/cgeo/geocaching/ICache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/ICache.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/ICache.java b/main/src/cgeo/geocaching/ICache.java index dccdb85..7cb2ce2 100644 --- a/main/src/cgeo/geocaching/ICache.java +++ b/main/src/cgeo/geocaching/ICache.java @@ -23,7 +23,7 @@ public interface ICache extends IBasicCache { public String getOwner(); /** - * @return GC username of the owner + * @return GC username of the (actual) owner, might differ from the owner. Never empty. */ public String getOwnerReal(); @@ -105,7 +105,7 @@ public interface ICache extends IBasicCache { /** * immutable list of attributes, never <code>null</code> - * + * * @return the list of attributes for this cache */ public List<String> getAttributes(); |
