Changeset 10152 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-04-21T09:16:31+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r9911 r10152 26 26 * @since 1023 27 27 */ 28 public class PlatformHookOsx extends PlatformHookUnixoid implements PlatformHook,InvocationHandler {28 public class PlatformHookOsx extends PlatformHookUnixoid implements InvocationHandler { 29 29 30 30 private static PlatformHookOsx ivhandler = new PlatformHookOsx(); -
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r9296 r10152 60 60 * @since 1023 61 61 */ 62 public class PlatformHookWindows extends PlatformHookUnixoid implements PlatformHook{62 public class PlatformHookWindows extends PlatformHookUnixoid { 63 63 64 64 @Override
Note: See TracChangeset
for help on using the changeset viewer.