Changeset 3253 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2010-05-15T19:59:15+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/MoveCommand.java
r3187 r3253 95 95 throw new AssertionError("null detected in node list"); 96 96 if (n.getEastNorth() == null) 97 throw new AssertionError( "unexpected null value for n.getEastNorth(). id of n is " + n.getUniqueId());97 throw new AssertionError(n.get3892DebugInfo()); 98 98 99 99 n.setEastNorth(n.getEastNorth().add(x, y));
Note: See TracChangeset
for help on using the changeset viewer.