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/layer/gpx/ConvertToDataLayerAction.java

    r8509 r8540  
    4444        JPanel msg = new JPanel(new GridBagLayout());
    4545        msg.add(new JLabel(
     46                // CHECKSTYLE.OFF: LineLength
    4647                tr("<html>Upload of unprocessed GPS data as map data is considered harmful.<br>If you want to upload traces, look here:</html>")),
     48                // CHECKSTYLE.ON: LineLength
    4749                GBC.eol());
    4850        msg.add(new UrlLabel(Main.getOSMWebsite() + "/traces", 2), GBC.eop());
Note: See TracChangeset for help on using the changeset viewer.