diff options
Diffstat (limited to 'main/src/cgeo/geocaching/StoredList.java')
| -rw-r--r-- | main/src/cgeo/geocaching/StoredList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/StoredList.java b/main/src/cgeo/geocaching/StoredList.java index b88a6bb..3b5a47a 100644 --- a/main/src/cgeo/geocaching/StoredList.java +++ b/main/src/cgeo/geocaching/StoredList.java @@ -7,7 +7,7 @@ public class StoredList { public final int id; public final String title; - public final int count; + private final int count; // this value is only valid as long as the list is not changed by other database operations public StoredList(int id, String title, int count) { this.id = id; |
