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

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/ChangesetManagementPanel.java

    r8308 r8509  
    7575        gc.weighty = 0.0;
    7676        gc.insets = new Insets(0, 0, 5, 0);
    77         add(new JMultilineLabel(tr("Please decide what changeset the data is uploaded to and whether to close the changeset after the next upload.")), gc);
     77        add(new JMultilineLabel(
     78                tr("Please decide what changeset the data is uploaded to and whether to close the changeset after the next upload.")), gc);
    7879
    7980        gc.gridwidth = 4;
Note: See TracChangeset for help on using the changeset viewer.