aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ICache.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-01-23 13:25:58 +0100
committerSamuel Tardieu <sam@rfc1149.net>2013-01-23 13:25:58 +0100
commiteb8c56ec7e19538a2b96b430e3a4e0c1c8fc179e (patch)
tree57b282849fb09aab0102a720b45b2bbc5384a34f /main/src/cgeo/geocaching/ICache.java
parent60c81eb3e8c58802cd5dd918a0dec0a6c97c9109 (diff)
parent66aa9e5341c73819eb3c0e53330d4e8144f268e2 (diff)
downloadcgeo-eb8c56ec7e19538a2b96b430e3a4e0c1c8fc179e.zip
cgeo-eb8c56ec7e19538a2b96b430e3a4e0c1c8fc179e.tar.gz
cgeo-eb8c56ec7e19538a2b96b430e3a4e0c1c8fc179e.tar.bz2
Merge branch 'issue-2322' into upstream
Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
Diffstat (limited to 'main/src/cgeo/geocaching/ICache.java')
-rw-r--r--main/src/cgeo/geocaching/ICache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/ICache.java b/main/src/cgeo/geocaching/ICache.java
index 030c53f..9aa01bb 100644
--- a/main/src/cgeo/geocaching/ICache.java
+++ b/main/src/cgeo/geocaching/ICache.java
@@ -28,7 +28,7 @@ public interface ICache extends IBasicCache {
/**
* @return true if the user is the owner of the cache, false else
*/
- public boolean isOwn();
+ public boolean isOwner();
/**
* @return true is the cache is archived, false else