Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8512 r8540  
    231231    @Override
    232232    public String toString() {
    233         return "BoxTextElemStyle{" + super.toString() + " " + text.toStringImpl() + " box=" + box + " hAlign=" + hAlign + " vAlign=" + vAlign + '}';
     233        return "BoxTextElemStyle{" + super.toString() + " " + text.toStringImpl()
     234                + " box=" + box + " hAlign=" + hAlign + " vAlign=" + vAlign + '}';
    234235    }
    235236
Note: See TracChangeset for help on using the changeset viewer.