Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gpx / ZoomableBackgroundXYPlot.java
index 8de0711405034cd71c524466089b9beb363d761a..c81d59b9762309e686a7e144e323a34cc8aef763 100644 (file)
@@ -28,6 +28,8 @@ import org.jfree.data.xy.XYDataset;
 /**
  * Extension of XY plot that provides automatic zooming of the background 
  * image. 
+ *
+ * @author Erik Brakkee
  */
 public class ZoomableBackgroundXYPlot extends XYPlot {