Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (10 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r10212 r10378  
    5454 * Dialog displayed to download OSM and/or GPS data from OSM server.
    5555 */
    56 public class DownloadDialog extends JDialog  {
     56public class DownloadDialog extends JDialog {
    5757    /** the unique instance of the download dialog */
    5858    private static DownloadDialog instance;
     
    169169        pnl.add(cbStartup, GBC.std().anchor(GBC.WEST).insets(15, 5, 5, 5));
    170170
    171         pnl.add(sizeCheck,  GBC.eol().anchor(GBC.EAST).insets(5, 5, 5, 2));
     171        pnl.add(sizeCheck, GBC.eol().anchor(GBC.EAST).insets(5, 5, 5, 2));
    172172
    173173        if (!ExpertToggleAction.isExpert()) {
    174             JLabel infoLabel  = new JLabel(
     174            JLabel infoLabel = new JLabel(
    175175                    tr("Use left click&drag to select area, arrows or right mouse button to scroll map, wheel or +/- to zoom."));
    176176            pnl.add(infoLabel, GBC.eol().anchor(GBC.SOUTH).insets(0, 0, 0, 0));
Note: See TracChangeset for help on using the changeset viewer.