Changeset 12481 in josm for trunk


Ignore:
Timestamp:
2017-07-16T20:17:27+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15006 - fix javadoc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r12476 r12481  
    454454     * be replaced by plain fill, when it covers a certain fraction of the total area
    455455     * @param disabled If this should be drawn with a special disabled style.
    456      * @param text Ignored. Use {@link #drawText(OsmPrimitive, TextLabel)} instead.
     456     * @param text Ignored. Use {@link #drawText} instead.
    457457     * @deprecated use {@link #drawArea(Relation r, Color color, MapImage fillImage, Float extent, Float extentThreshold, boolean disabled)}
    458458     */
     
    511511     * be replaced by plain fill, when it covers a certain fraction of the total area
    512512     * @param disabled If this should be drawn with a special disabled style.
    513      * @param text Ignored. Use {@link #drawText(OsmPrimitive, TextLabel)} instead.
     513     * @param text Ignored. Use {@link #drawText} instead.
    514514     * @deprecated use {@link #drawArea(Way w, Color color, MapImage fillImage, Float extent, Float extentThreshold, boolean disabled)}
    515515     */
Note: See TracChangeset for help on using the changeset viewer.