aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPX10Parser.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/files/GPX10Parser.java')
-rw-r--r--main/src/cgeo/geocaching/files/GPX10Parser.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/files/GPX10Parser.java b/main/src/cgeo/geocaching/files/GPX10Parser.java
index 0ca2606..815d577 100644
--- a/main/src/cgeo/geocaching/files/GPX10Parser.java
+++ b/main/src/cgeo/geocaching/files/GPX10Parser.java
@@ -4,12 +4,12 @@ import android.sax.Element;
public class GPX10Parser extends GPXParser {
- public GPX10Parser(int listIdIn) {
+ public GPX10Parser(final int listIdIn) {
super(listIdIn, "http://www.topografix.com/GPX/1/0", "1.0");
}
@Override
- protected Element getCacheParent(Element waypoint) {
+ protected Element getCacheParent(final Element waypoint) {
return waypoint;
}