Changeset 5694 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2013-02-05T03:06:08+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/MoveCommand.java
r5418 r5694 10 10 import java.util.List; 11 11 import javax.swing.Icon; 12 13 import javax.swing.JLabel;14 12 15 13 import org.openstreetmap.josm.data.coor.EastNorth; … … 176 174 throw new AssertionError("null detected in node list"); 177 175 if (n.getEastNorth() == null) 178 throw new AssertionError( n.get3892DebugInfo());176 throw new AssertionError("null coordinates detected in node list"); 179 177 180 178 n.setEastNorth(n.getEastNorth().add(x, y));
Note:
See TracChangeset
for help on using the changeset viewer.