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

see #15229 - fix PMD warning

File:
1 edited

Legend:

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

    r12777 r12780  
    3434     * Visitor to construct a PlatformHook from a given {@link Platform} object.
    3535     */
    36     public static final PlatformVisitor<PlatformHook> CONSTRUCT_FROM_PLATFORM = new PlatformVisitor<PlatformHook>() {
     36    static 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.