Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gpx / GpxPlotter.java
index f239cabf4a3b7aadc01807f000f0ea0caf45b3dd..a14851013e18bffc44377236d608678cc78c9cf7 100644 (file)
@@ -46,6 +46,8 @@ import org.wamblee.utils.JpegUtils;
 /**
  * Parses a GPX file and prints out a data file with each trackpoints distance from the start of the 
  * track and its elevation, separated 0by a space. 
+ *
+ * @author Erik Brakkee
  */
 public class GpxPlotter {