Ignore:
Timestamp:
2017-09-08T02:50:52+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - fix warnings

File:
1 edited

Legend:

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

    r12780 r12783  
    3434     * Visitor to construct a PlatformHook from a given {@link Platform} object.
    3535     */
    36     static final PlatformVisitor<PlatformHook> CONSTRUCT_FROM_PLATFORM = new PlatformVisitor<PlatformHook>() {
     36    final PlatformVisitor<PlatformHook> CONSTRUCT_FROM_PLATFORM = new PlatformVisitor<PlatformHook>() {
    3737        @Override
    3838        public PlatformHook visitUnixoid() {
Note: See TracChangeset for help on using the changeset viewer.