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/PreferencesAction.java

    r4982 r6084  
    3131     * Launch the preferences dialog.
    3232     */
     33    @Override
    3334    public void actionPerformed(ActionEvent e) {
    3435        run();
    3536    }
    3637
     38    @Override
    3739    public void run() {
    3840        new PreferenceDialog(Main.parent).setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.