aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-01 10:01:59 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-01 10:01:59 +0200
commit95bfe294dab53fc4a53b03c2bd8ed558139306a0 (patch)
tree405129c29e27fe085e76fcfde5a542db1d3223bc
parentb3761c0c37ffd04427f5d046793ab9a9be93d0da (diff)
downloadcgeo-95bfe294dab53fc4a53b03c2bd8ed558139306a0.zip
cgeo-95bfe294dab53fc4a53b03c2bd8ed558139306a0.tar.gz
cgeo-95bfe294dab53fc4a53b03c2bd8ed558139306a0.tar.bz2
test github trigger
-rw-r--r--main/src/cgeo/geocaching/StoredList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/StoredList.java b/main/src/cgeo/geocaching/StoredList.java
index c505e3c..b92ce9a 100644
--- a/main/src/cgeo/geocaching/StoredList.java
+++ b/main/src/cgeo/geocaching/StoredList.java
@@ -18,7 +18,7 @@ import java.util.Collections;
import java.util.Comparator;
import java.util.List;
-public class StoredList {
+public final class StoredList {
public static final int TEMPORARY_LIST_ID = 0;
public static final int STANDARD_LIST_ID = 1;
public static final int ALL_LIST_ID = 2;