Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gps / track / Track.java
index 30e49f01d277ae457ef74d21563170254f05f3c9..bbe14b92d3ef9f45a446f3095cf01af47aa8c130 100644 (file)
@@ -24,6 +24,8 @@ import org.wamblee.gps.geometry.Point;
 
 /**
  * Represents a GPS track. 
+ *
+ * @author Erik Brakkee
  */
 public class Track implements Serializable {