Index: trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java	(revision 7592)
@@ -1142,6 +1142,5 @@
      * @param g2 the Graphics2D object used to draw on
      * @param mv
-     * @param p1en segment's first point
-     * @param p2en segment's second point
+     * @param seg the reference segment
      */
     private void drawReferenceSegment(Graphics2D g2, MapView mv, ReferenceSegment seg)
Index: trunk/src/org/openstreetmap/josm/gui/io/DownloadPrimitivesWithReferrersTask.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/io/DownloadPrimitivesWithReferrersTask.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/gui/io/DownloadPrimitivesWithReferrersTask.java	(revision 7592)
@@ -79,5 +79,5 @@
     /**
      * Cancel recursively the task. Do not call directly
-     * @see DownloadPrimitivesWithReferrersTask#operationCancel
+     * @see DownloadPrimitivesWithReferrersTask#operationCanceled()
      */
     @Override
Index: trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSource.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSource.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSource.java	(revision 7592)
@@ -70,7 +70,4 @@
      * @param osm the primitive
      * @param scale the map scale
-     * @param multipolyOuterWay support for a very old multipolygon tagging style
-     * where you add the tags both to the outer and the inner way.
-     * However, independent inner way style is also possible.
      * @param pretendWayIsClosed For styles that require the way to be closed,
      * we pretend it is. This is useful for generating area styles from the (segmented)
Index: trunk/src/org/openstreetmap/josm/io/remotecontrol/DNSName.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/remotecontrol/DNSName.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/io/remotecontrol/DNSName.java	(revision 7592)
@@ -188,5 +188,5 @@
      * <p>
      * @param inputName to be checked for being constrained
-     * @returns constraint type above
+     * @return constraint type above
      * @throws UnsupportedOperationException if name is not exact match, but narrowing and widening are
      *          not supported for this name type.
@@ -229,5 +229,5 @@
      * path lengths in name subtrees.
      *
-     * @returns distance of name from root
+     * @return distance of name from root
      * @throws UnsupportedOperationException if not supported for this name type
      */
Index: trunk/src/org/openstreetmap/josm/tools/ExifReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/ExifReader.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/tools/ExifReader.java	(revision 7592)
@@ -37,5 +37,5 @@
      * @param filename The JPEG file to read
      * @return The date/time read in the EXIF section, or {@code null} if not found
-     * @throws ParseException if {@link DateParser#parse} fails to parse date/time
+     * @throws ParseException if {@link PrimaryDateParser#parse} fails to parse date/time
      */
     public static Date readTime(File filename) throws ParseException {
Index: trunk/src/org/openstreetmap/josm/tools/GeoPropertyIndex.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/GeoPropertyIndex.java	(revision 7591)
+++ trunk/src/org/openstreetmap/josm/tools/GeoPropertyIndex.java	(revision 7592)
@@ -62,5 +62,5 @@
     /**
      * Look up the property for a certain point.
-     * This gives the same result as {@link #geoProp#get(LatLon)}, but
+     * This gives the same result as {@link GeoProperty#get(LatLon)}, but
      * should be faster.
      * @param ll the point coordinates
