diff options
| author | SammysHP <sven@sammyshp.de> | 2011-09-14 21:42:32 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2011-09-14 21:42:32 +0200 |
| commit | 4f7c67407019de18fd53b640edb9682a346fbfef (patch) | |
| tree | 5a1d10843e8f5104e4202211f4792b5bfe830cb6 /src/cgeo/geocaching/cgCacheWrap.java | |
| parent | 90e7bf968f6722b8df8b884f37617e7fc78901b5 (diff) | |
| download | cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.zip cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.gz cgeo-4f7c67407019de18fd53b640edb9682a346fbfef.tar.bz2 | |
Formatting
Diffstat (limited to 'src/cgeo/geocaching/cgCacheWrap.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCacheWrap.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cgeo/geocaching/cgCacheWrap.java b/src/cgeo/geocaching/cgCacheWrap.java index ccf6fa7..e8668b5 100644 --- a/src/cgeo/geocaching/cgCacheWrap.java +++ b/src/cgeo/geocaching/cgCacheWrap.java @@ -8,8 +8,8 @@ import java.util.List; */ public class cgCacheWrap { public String error = null; - public String url = ""; - public String[] viewstates = null; - public int totalCnt = 0; - public List<cgCache> cacheList = new ArrayList<cgCache>(); + public String url = ""; + public String[] viewstates = null; + public int totalCnt = 0; + public List<cgCache> cacheList = new ArrayList<cgCache>(); }
\ No newline at end of file |
