diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2011-09-07 20:34:41 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2011-09-07 20:34:41 +0200 |
| commit | 13cc54c817b936edf077d03ad9636fb398c4e61f (patch) | |
| tree | f2bf3327d66560b8fd360ea247df6c60ba27c232 /src/cgeo/geocaching/cgCache.java | |
| parent | 35e35209420fb5b50a5affade76ff422207436f5 (diff) | |
| download | cgeo-13cc54c817b936edf077d03ad9636fb398c4e61f.zip cgeo-13cc54c817b936edf077d03ad9636fb398c4e61f.tar.gz cgeo-13cc54c817b936edf077d03ad9636fb398c4e61f.tar.bz2 | |
remove test only method, make it part of the mock object instead
Diffstat (limited to 'src/cgeo/geocaching/cgCache.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCache.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cgeo/geocaching/cgCache.java b/src/cgeo/geocaching/cgCache.java index e9c37ef..ee885da 100644 --- a/src/cgeo/geocaching/cgCache.java +++ b/src/cgeo/geocaching/cgCache.java @@ -392,11 +392,6 @@ public class cgCache implements ICache { } @Override
- public String getData() {
- return null;
- }
-
- @Override
public Float getDifficulty() {
return difficulty;
}
|
