diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-01-07 21:54:54 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-07 21:54:54 +0100 |
| commit | 1515e2fd5a136c71344ad06664c1a347846eb0ae (patch) | |
| tree | b4ba0861840831be085ca3c5860492326d7deadf /main/src/cgeo/geocaching/ICache.java | |
| parent | 3fb0e5f2d74b851836473a780a593cc7893cca9a (diff) | |
| download | cgeo-1515e2fd5a136c71344ad06664c1a347846eb0ae.zip cgeo-1515e2fd5a136c71344ad06664c1a347846eb0ae.tar.gz cgeo-1515e2fd5a136c71344ad06664c1a347846eb0ae.tar.bz2 | |
Refactoring: rename cgTrackable into Trackable
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 8f8baf9..815e516 100644 --- a/main/src/cgeo/geocaching/ICache.java +++ b/main/src/cgeo/geocaching/ICache.java @@ -112,7 +112,7 @@ public interface ICache extends IBasicCache { /** * @return the list of trackables in this cache */ - public List<cgTrackable> getInventory(); + public List<Trackable> getInventory(); /** * @return the list of spoiler images |
