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 a4f5eda..d76bacc 100644 --- a/main/src/cgeo/geocaching/ICache.java +++ b/main/src/cgeo/geocaching/ICache.java @@ -17,12 +17,12 @@ public interface ICache extends IBasicCache { /** * @return Displayed owner, might differ from the real owner */ - public String getOwner(); + public String getOwnerDisplayName(); /** * @return GC username of the (actual) owner, might differ from the owner. Never empty. */ - public String getOwnerReal(); + public String getOwnerUserId(); /** * @return true if the user is the owner of the cache, false else |
