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/gui/preferences/PreferenceTabbedPane.java

    r6070 r6084  
    267267        //
    268268        final Runnable continuation = new Runnable() {
     269            @Override
    269270            public void run() {
    270271                boolean requiresRestart = false;
     
    332333            Main.worker.submit(
    333334                    new Runnable() {
     335                        @Override
    334336                        public void run() {
    335337                            SwingUtilities.invokeLater(continuation);
     
    471473     * tab strip and scrolls one tab/down or up, selecting it immediately.
    472474     */
     475    @Override
    473476    public void mouseWheelMoved(MouseWheelEvent wev) {
    474477        // Ensure the cursor is over the tab strip
Note: See TracChangeset for help on using the changeset viewer.