- Timestamp:
- 2017-09-08T02:07:52+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Platform.java
r12776 r12781 10 10 public enum Platform { 11 11 12 /** 13 * Unik-like platform. This is the default when the platform cannot be identified. 14 */ 12 15 UNIXOID { 13 16 @Override … … 16 19 } 17 20 }, 21 /** 22 * Windows platform. 23 */ 18 24 WINDOWS { 19 25 @Override … … 22 28 } 23 29 }, 30 /** 31 * macOS (previously OS X) platform. 32 */ 24 33 OSX { 25 34 @Override
Note:
See TracChangeset
for help on using the changeset viewer.