Changeset 11568 in josm for trunk/src


Ignore:
Timestamp:
2017-02-15T02:11:05+01:00 (9 years ago)
Author:
Don-vip
Message:

silent checkstyle rule for GUI initialization stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java

    r11566 r11568  
    119119    }
    120120
     121    // CHECKSTYLE.OFF: ExecutableStatementCountCheck
    121122    private void initComponents() {
    122123        setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
     
    377378        add(Box.createVerticalGlue(), GBC.eol().fill(GBC.BOTH));
    378379    }
     380    // CHECKSTYLE.ON: ExecutableStatementCountCheck
    379381
    380382    /**
Note: See TracChangeset for help on using the changeset viewer.