- Timestamp:
- 2017-09-08T02:04:53+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHook.java
r12777 r12780 34 34 * Visitor to construct a PlatformHook from a given {@link Platform} object. 35 35 */ 36 publicstatic final PlatformVisitor<PlatformHook> CONSTRUCT_FROM_PLATFORM = new PlatformVisitor<PlatformHook>() {36 static final PlatformVisitor<PlatformHook> CONSTRUCT_FROM_PLATFORM = new PlatformVisitor<PlatformHook>() { 37 37 @Override 38 38 public PlatformHook visitUnixoid() {
Note:
See TracChangeset
for help on using the changeset viewer.