Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gps / geometry / CoordinateSystem.java
index 98fee484ee63b741d5ce543ff593610bb85e950c..8a9e819c591ec1837205c9e9c3892d3f30b6c4b6 100644 (file)
@@ -21,6 +21,8 @@ import java.io.Serializable;
 
 /**
  * Represents a coordinate system. 
+ *
+ * @author Erik Brakkee
  */
 public interface CoordinateSystem extends Serializable {