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