diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-01-23 13:25:58 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-23 13:25:58 +0100 |
| commit | eb8c56ec7e19538a2b96b430e3a4e0c1c8fc179e (patch) | |
| tree | 57b282849fb09aab0102a720b45b2bbc5384a34f /main/src/cgeo/geocaching/ICache.java | |
| parent | 60c81eb3e8c58802cd5dd918a0dec0a6c97c9109 (diff) | |
| parent | 66aa9e5341c73819eb3c0e53330d4e8144f268e2 (diff) | |
| download | cgeo-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.java | 2 |
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 |
