diff options
| author | blafoo <github@blafoo.de> | 2011-10-30 09:32:53 +0100 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-10-30 09:32:53 +0100 |
| commit | b65d164eff09e0bdf48e8e79a936f8c57246f51a (patch) | |
| tree | df54f9a997b1636460423a95871efbc470f20f09 /main/src/cgeo/geocaching/cgCache.java | |
| parent | 52b93b40d9b288e77d2467259989913fbb05e33b (diff) | |
| download | cgeo-b65d164eff09e0bdf48e8e79a936f8c57246f51a.zip cgeo-b65d164eff09e0bdf48e8e79a936f8c57246f51a.tar.gz cgeo-b65d164eff09e0bdf48e8e79a936f8c57246f51a.tar.bz2 | |
deprecated
Diffstat (limited to 'main/src/cgeo/geocaching/cgCache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgCache.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index 13c24d2..89760a8 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -404,6 +404,10 @@ public class cgCache implements ICache { return terrain; } + /** + * @deprecated Use getCacheType() instead + * @return cache type as an id + */ @Deprecated public String getType() { if (null != cacheType) { |
