Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/FeaturesPanel.java

    r8426 r8510  
    4040    private void build() {
    4141        setLayout(new GridBagLayout());
    42         setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
     42        setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
    4343
    4444        notifier = new JCheckBox(tr("Periodically check for new messages"));
     
    5757        notifierInterval.setToolTipText(tr("Default value: {0}", MessageNotifier.PROP_INTERVAL.getDefaultValue()));
    5858        notifierInterval.setMinimumSize(notifierInterval.getPreferredSize());
    59         add(notifierInterval, GBC.eol().insets(5,0,0,0));
     59        add(notifierInterval, GBC.eol().insets(5, 0, 0, 0));
    6060
    6161        final JLabel notesDaysClosedLabel = new JLabel(tr("Max age for closed notes (days):"));
Note: See TracChangeset for help on using the changeset viewer.