Ignore:
Timestamp:
2016-10-24T12:42:06+02:00 (8 years ago)
Author:
bastiK
Message:

rework/simplify inheritance structure of PlatformHook

PlatformHookUnixoid is no longer base class of PlatformHookWindows
and PlatformHookOsx; move common methods to PlatformHook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java

    r11093 r11156  
    2828 * @since 1023
    2929 */
    30 public class PlatformHookOsx extends PlatformHookUnixoid implements InvocationHandler {
    31 
    32     private static PlatformHookOsx ivhandler = new PlatformHookOsx();
     30public class PlatformHookOsx implements PlatformHook, InvocationHandler {
     31
     32    private static final PlatformHookOsx ivhandler = new PlatformHookOsx();
    3333
    3434    @Override
Note: See TracChangeset for help on using the changeset viewer.