Changeset 14093 in josm for trunk/test/performance/org
- Timestamp:
- 2018-08-05T21:43:31+02:00 (6 years ago)
- Location:
- trunk/test/performance/org/openstreetmap/josm/data/osm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/data/osm/KeyValuePerformanceTest.java
r13175 r14093 12 12 import java.util.Random; 13 13 14 import org.apache.commons.lang .RandomStringUtils;14 import org.apache.commons.lang3.RandomStringUtils; 15 15 import org.junit.Before; 16 16 import org.junit.Rule; -
trunk/test/performance/org/openstreetmap/josm/data/osm/OsmDataGenerator.java
r11324 r14093 7 7 import java.util.Random; 8 8 9 import org.apache.commons.lang .RandomStringUtils;9 import org.apache.commons.lang3.RandomStringUtils; 10 10 import org.openstreetmap.josm.data.coor.EastNorth; 11 11 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
Note:
See TracChangeset
for help on using the changeset viewer.