Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r6069 r6084  
    126126    }
    127127
     128    @Override
    128129    public void actionPerformed(ActionEvent e) {
    129130        if (!isEnabled())
     
    132133    }
    133134
     135    @Override
    134136    public void actionPerformed(ActionEvent e, Map<String, Object> parameters) {
    135137        if (parameters.get(SEARCH_EXPRESSION) == null) {
     
    726728    }
    727729
     730    @Override
    728731    public List<ActionParameter<?>> getActionParameters() {
    729732        return Collections.<ActionParameter<?>>singletonList(new SearchSettingsActionParameter(SEARCH_EXPRESSION));
Note: See TracChangeset for help on using the changeset viewer.