Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gpx / GpxParser.java
index fe675ce670abd5092259baceba2ab79b2f26a86c..30ced035712445f7e7cbeaafe02136db2a263d4e 100644 (file)
@@ -28,6 +28,8 @@ import org.wamblee.xml.XMLException;
 
 /**
  * Parser for GPX tracks.  
+ *
+ * @author Erik Brakkee
  */
 public class GpxParser {