Changeset 10461 in josm for trunk/src


Ignore:
Timestamp:
2016-06-22T23:24:56+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13029 - fix javadoc warnings

Location:
trunk/src/org/openstreetmap/josm/gui/layer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractMapViewPaintable.java

    r10458 r10461  
    4646     * <p>
    4747     * You need to return a painter here.
    48      * The {@link MapViewPaintable.LayerPainter#detachFromMapView(MapViewEvent)} method is called when the layer is removed
     48     * The {@link MapViewPaintable.LayerPainter#detachFromMapView} method is called when the layer is removed
    4949     * from that map view. You are free to reuse painters.
    5050     * <p>
  • trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java

    r10458 r10461  
    8181         * Called when the layer is removed from the map view and this painter is not used any more.
    8282         * <p>
    83          * This method is called once on the painter returned by {@link Layer#attachToMapView(MapViewEvent)}
     83         * This method is called once on the painter returned by {@link Layer#attachToMapView}
    8484         * @param event The event.
    8585         */
     
    9090     * A event that is fired whenever the map view is attached or detached from any layer.
    9191     * @author Michael Zangl
    92      * @see Layer#attachToMapView(MapViewEvent)
     92     * @see Layer#attachToMapView
    9393     * @since 10458
    9494     */
Note: See TracChangeset for help on using the changeset viewer.