- Timestamp:
- 2020-11-05T14:31:10+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/command/AddPrimitivesCommandTest.java
r17275 r17296 12 12 import java.util.List; 13 13 14 import org.junit.jupiter.api.Test; 14 15 import org.junit.jupiter.api.extension.RegisterExtension; 15 import org.junit.jupiter.api.Test;16 16 import org.openstreetmap.josm.TestUtils; 17 17 import org.openstreetmap.josm.data.coor.LatLon; … … 285 285 286 286 /** 287 * Test {@link Add Command#getParticipatingPrimitives()}287 * Test {@link AddPrimitivesCommand#getParticipatingPrimitives()} 288 288 */ 289 289 @Test
Note:
See TracChangeset
for help on using the changeset viewer.