Changeset 11568 in josm
- Timestamp:
- 2017-02-15T02:11:05+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java
r11566 r11568 119 119 } 120 120 121 // CHECKSTYLE.OFF: ExecutableStatementCountCheck 121 122 private void initComponents() { 122 123 setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5)); … … 377 378 add(Box.createVerticalGlue(), GBC.eol().fill(GBC.BOTH)); 378 379 } 380 // CHECKSTYLE.ON: ExecutableStatementCountCheck 379 381 380 382 /**
Note:
See TracChangeset
for help on using the changeset viewer.