Changeset 11683 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2017-03-05T01:33:14+01:00 (7 years ago)
Author:
Don-vip
Message:

update to CheckStyle 7.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/AreaElement.java

    r11674 r11683  
    6767    private final RotationAngle iconImageAngle;
    6868
    69     protected AreaElement(Cascade c, Color color, MapImage fillImage, Float extent, Float extentThreshold, TextLabel text, MapImage iconImage, RotationAngle iconImageAngle) {
     69    protected AreaElement(Cascade c, Color color, MapImage fillImage,Float extent,
     70            Float extentThreshold, TextLabel text, MapImage iconImage, RotationAngle iconImageAngle) {
    7071        super(c, 1f);
    7172        CheckParameterUtil.ensureParameterNotNull(color);
Note: See TracChangeset for help on using the changeset viewer.