Changeset 12781 in josm


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

see #15229 - add javadoc

File:
1 edited

Legend:

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

    r12776 r12781  
    1010public enum Platform {
    1111
     12    /**
     13     * Unik-like platform. This is the default when the platform cannot be identified.
     14     */
    1215    UNIXOID {
    1316        @Override
     
    1619        }
    1720    },
     21    /**
     22     * Windows platform.
     23     */
    1824    WINDOWS {
    1925        @Override
     
    2228        }
    2329    },
     30    /**
     31     * macOS (previously OS X) platform.
     32     */
    2433    OSX {
    2534        @Override
Note: See TracChangeset for help on using the changeset viewer.