From 5e4d38b89cde0f8d7660f3b70cb2b02f64f08961 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Tue, 17 Dec 2013 08:01:23 +0100 Subject: improve parsing of OX parser --- main/src/cgeo/geocaching/files/GPXParser.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/src/cgeo/geocaching/files') diff --git a/main/src/cgeo/geocaching/files/GPXParser.java b/main/src/cgeo/geocaching/files/GPXParser.java index 3341f95..d26a48c 100644 --- a/main/src/cgeo/geocaching/files/GPXParser.java +++ b/main/src/cgeo/geocaching/files/GPXParser.java @@ -856,6 +856,9 @@ public abstract class GPXParser extends FileParser { } /** + * Overwrite this method in a GPX parser sub class to modify the {@link Geocache}, after it has been fully parsed + * from the GPX file and before it gets stored. + * * @param cache * currently imported cache */ -- cgit v1.1