Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java	(revision 34133)
@@ -99,9 +99,7 @@
     }
 
-
     /**
      * Gets the available color map names.
      *
-     * @param name the name
      * @return the map or <code>null</code>, if no such map exists
      */
Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java	(revision 34133)
@@ -25,5 +25,5 @@
      * such color map exists, the old color map is kept.
      *
-     * @param mapToUse the map to use
+     * @param name the map to use
      */
     void selectColorMap(String name);
Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java	(revision 34133)
@@ -21,5 +21,5 @@
  *
  * @author Oliver Wieland &lt;oliver.wieland@online.de&gt;
- * @see IElevationModelTrackListener
+ * @see IElevationModel
  */
 public class ElevationModel implements IGpxVisitor, IElevationModel {
@@ -216,6 +216,4 @@
     /**
      * Adds a track or route to the internal track list.
-     *
-     * @param trackName the track name
      */
     private void commitProfile() {
Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java	(revision 34133)
@@ -55,5 +55,4 @@
     /**
      * Visits a way point within a GPX route.
-     * @param route The route containing the way point.
      * @param wp The way point to visit.
      */
Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java	(revision 34133)
@@ -96,5 +96,5 @@
     /**
      * Checks if vertex requires further processing or is finished. Currently this
-     * method returns <code>true</code>, if the average deviation is < 5m
+     * method returns <code>true</code>, if the average deviation is &lt; 5m
      *
      * @return true, if is finished
@@ -149,5 +149,5 @@
      * @param index the index between 0 and NPOINTS:
      * @return the elevation coordinate instance
-     * @throws IllegalArgumentException, if index is invalid
+     * @throws IllegalArgumentException if index is invalid
      */
     public EleCoordinate get(int index) {
Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/Triangle.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/Triangle.java	(revision 34132)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/Triangle.java	(revision 34133)
@@ -13,6 +13,7 @@
 
 /**
+ * Class to represent a triangle shape.
  * @author Oliver Wieland &lt;oliver.wieland@online.de&gt;
- * Class to represent a triangle shape. {@see java.awt.Shape}.
+ * @see java.awt.Shape
  */
 public class Triangle implements Shape {
