aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java')
-rw-r--r--main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java b/main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java
index 74d5e8a..53e5de1 100644
--- a/main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java
+++ b/main/src/cgeo/geocaching/loaders/HistoryGeocacheListLoader.java
@@ -11,7 +11,7 @@ import android.content.Context;
public class HistoryGeocacheListLoader extends AbstractSearchLoader {
private final Geopoint coords;
- public HistoryGeocacheListLoader(Context context, Geopoint coords) {
+ public HistoryGeocacheListLoader(final Context context, final Geopoint coords) {
super(context);
this.coords = coords;
}