Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (11 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

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

    r8393 r8509  
    5555    }
    5656
    57     protected LineElemStyle(Cascade c, float default_major_z_index, BasicStroke line, Color color, BasicStroke dashesLine, Color dashesBackground, float offset, float realWidth) {
     57    protected LineElemStyle(Cascade c, float default_major_z_index, BasicStroke line, Color color, BasicStroke dashesLine,
     58            Color dashesBackground, float offset, float realWidth) {
    5859        super(c, default_major_z_index);
    5960        this.line = line;
Note: See TracChangeset for help on using the changeset viewer.