Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 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/tagging/presets/items/Text.java

    r9996 r10378  
    8080        }
    8181        if (usage.unused()) {
    82             if (auto_increment_selected != 0  && auto_increment != null) {
     82            if (auto_increment_selected != 0 && auto_increment != null) {
    8383                try {
    8484                    textField.setText(Integer.toString(Integer.parseInt(
Note: See TracChangeset for help on using the changeset viewer.