aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgLog.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgLog.java')
-rw-r--r--src/cgeo/geocaching/cgLog.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/cgeo/geocaching/cgLog.java b/src/cgeo/geocaching/cgLog.java
index ebf5699..7e81897 100644
--- a/src/cgeo/geocaching/cgLog.java
+++ b/src/cgeo/geocaching/cgLog.java
@@ -3,13 +3,13 @@ package cgeo.geocaching;
import java.util.List;
public class cgLog {
- public int id = 0;
- public int type = 4; // note
- public String author = "";
- public String log = "";
- public long date = 0;
- public int found = -1;
- public List<cgImage> logImages = null;
- public String cacheName = ""; // used for trackables
- public String cacheGuid = ""; // used for trackables
+ public int id = 0;
+ public int type = 4; // note
+ public String author = "";
+ public String log = "";
+ public long date = 0;
+ public int found = -1;
+ public List<cgImage> logImages = null;
+ public String cacheName = ""; // used for trackables
+ public String cacheGuid = ""; // used for trackables
}