Index: trunk/src/org/openstreetmap/josm/gui/layer/AbstractMapViewPaintable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/AbstractMapViewPaintable.java	(revision 10460)
+++ trunk/src/org/openstreetmap/josm/gui/layer/AbstractMapViewPaintable.java	(revision 10461)
@@ -46,5 +46,5 @@
      * <p>
      * You need to return a painter here.
-     * The {@link MapViewPaintable.LayerPainter#detachFromMapView(MapViewEvent)} method is called when the layer is removed
+     * The {@link MapViewPaintable.LayerPainter#detachFromMapView} method is called when the layer is removed
      * from that map view. You are free to reuse painters.
      * <p>
Index: trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java	(revision 10460)
+++ trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java	(revision 10461)
@@ -81,5 +81,5 @@
          * Called when the layer is removed from the map view and this painter is not used any more.
          * <p>
-         * This method is called once on the painter returned by {@link Layer#attachToMapView(MapViewEvent)}
+         * This method is called once on the painter returned by {@link Layer#attachToMapView}
          * @param event The event.
          */
@@ -90,5 +90,5 @@
      * A event that is fired whenever the map view is attached or detached from any layer.
      * @author Michael Zangl
-     * @see Layer#attachToMapView(MapViewEvent)
+     * @see Layer#attachToMapView
      * @since 10458
      */
