Changeset 12756 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2017-09-06T10:36:08+02:00 (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/RotationAngleTest.java
r12755 r12756 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm. gui.util;2 package org.openstreetmap.josm.tools; 3 3 4 4 import static org.junit.Assert.assertEquals; 5 5 6 6 import org.junit.Test; 7 import org.openstreetmap.josm.tools.RotationAngle; 7 8 8 9 /**
Note:
See TracChangeset
for help on using the changeset viewer.