Changeset 36061 in osm for applications/editors
- Timestamp:
- 2023-02-27T16:40:06+01:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/test/unit/org/openstreetmap/josm/plugins/fastdraw/Main.java
r36059 r36061 13 13 import org.openstreetmap.josm.TestUtils; 14 14 import org.openstreetmap.josm.gui.MainApplication; 15 import org.openstreetmap.josm.testutils.annotations.BasicPreferences; 15 16 import org.openstreetmap.josm.testutils.annotations.HTTP; 16 17 import org.openstreetmap.josm.testutils.annotations.LayerManager; … … 24 25 @Target({ElementType.TYPE, ElementType.METHOD}) 25 26 @Retention(RetentionPolicy.RUNTIME) 27 @BasicPreferences 26 28 @HTTP 27 29 @LayerManager
Note:
See TracChangeset
for help on using the changeset viewer.