aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgList.java
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2011-09-14 21:42:32 +0200
committerSammysHP <sven@sammyshp.de>2011-09-14 21:42:32 +0200
commit4f7c67407019de18fd53b640edb9682a346fbfef (patch)
tree5a1d10843e8f5104e4202211f4792b5bfe830cb6 /src/cgeo/geocaching/cgList.java
parent90e7bf968f6722b8df8b884f37617e7fc78901b5 (diff)
downloadcgeo-4f7c67407019de18fd53b640edb9682a346fbfef.zip
cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.gz
cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.bz2
Formatting
Diffstat (limited to 'src/cgeo/geocaching/cgList.java')
-rw-r--r--src/cgeo/geocaching/cgList.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/cgeo/geocaching/cgList.java b/src/cgeo/geocaching/cgList.java
index 6c8ea54..162af76 100644
--- a/src/cgeo/geocaching/cgList.java
+++ b/src/cgeo/geocaching/cgList.java
@@ -3,19 +3,19 @@ package cgeo.geocaching;
import cgeo.geocaching.geopoint.Geopoint;
public class cgList {
- public boolean def = false;
- public int id = 0;
- public String title = null;
- public Long updated = null;
- public Geopoint coords = null;
-
- public cgList(boolean defIn) {
- def = defIn;
- }
-
- public cgList(boolean defIn, int idIn, String titleIn) {
- def = defIn;
- id = idIn;
- title = titleIn;
- }
+ public boolean def = false;
+ public int id = 0;
+ public String title = null;
+ public Long updated = null;
+ public Geopoint coords = null;
+
+ public cgList(boolean defIn) {
+ def = defIn;
+ }
+
+ public cgList(boolean defIn, int idIn, String titleIn) {
+ def = defIn;
+ id = idIn;
+ title = titleIn;
+ }
}