Ignore:
Timestamp:
2015-05-11T10:52:33+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Useless parentheses around expressions should be removed to prevent any misunderstanding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetMenu.java

    r7119 r8345  
    4242        putValue(Action.NAME, getName());
    4343        /** Tooltips should be shown for the toolbar buttons, but not in the menu. */
    44         putValue(OPTIONAL_TOOLTIP_TEXT, (group != null ?
     44        putValue(OPTIONAL_TOOLTIP_TEXT, group != null ?
    4545                tr("Preset group {1} / {0}", getLocaleName(), group.getName()) :
    46                     tr("Preset group {0}", getLocaleName())));
     46                    tr("Preset group {0}", getLocaleName()));
    4747        putValue("toolbar", "tagginggroup_" + getRawName());
    4848    }
Note: See TracChangeset for help on using the changeset viewer.