Changeset 32374 in osm for applications/editors/josm/plugins/mapillary/test
- Timestamp:
- 2016-06-23T01:17:42+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/TestUtil.java
r32067 r32374 17 17 18 18 /** 19 *20 19 * Utilities for tests. 21 *22 * @author floscher23 20 */ 24 21 public final class TestUtil { … … 35 32 * That is needed e.g. to use {@link MapillaryLayer#getInstance()} 36 33 */ 37 public static finalsynchronized void initPlugin() {34 public static synchronized void initPlugin() { 38 35 if (!isInitialized) { 39 36 System.setProperty("josm.home", "test/data/preferences");
Note:
See TracChangeset
for help on using the changeset viewer.