From 2e88cc740bce1211507f22f08b1d364ea5c7951d Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Mon, 7 Jan 2013 21:55:38 +0100 Subject: Refactoring: rename cgImage into Image --- main/src/cgeo/geocaching/ICache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/cgeo/geocaching/ICache.java') diff --git a/main/src/cgeo/geocaching/ICache.java b/main/src/cgeo/geocaching/ICache.java index 815e516..030c53f 100644 --- a/main/src/cgeo/geocaching/ICache.java +++ b/main/src/cgeo/geocaching/ICache.java @@ -117,7 +117,7 @@ public interface ICache extends IBasicCache { /** * @return the list of spoiler images */ - public List getSpoilers(); + public List getSpoilers(); /** * @return a statistic how often the caches has been found, disabled, archived etc. -- cgit v1.1