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/widgets/TextContextualPopupMenu.java

    r10358 r10378  
    174174    }
    175175
    176     protected void addMenuEntry(JTextComponent component,  String label, String actionName, String iconName) {
     176    protected void addMenuEntry(JTextComponent component, String label, String actionName, String iconName) {
    177177        Action action = component.getActionMap().get(actionName);
    178178        if (action != null) {
Note: See TracChangeset for help on using the changeset viewer.