Changeset 3187 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2010-04-15T19:45:35+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/MoveCommand.java
r3186 r3187 91 91 @Override public boolean executeCommand() { 92 92 for (Node n : nodes) { 93 System.err.println("MoveCommand "+ Thread.currentThread().getName());94 93 // in case #3892 happens again 95 94 if (n == null)
Note:
See TracChangeset
for help on using the changeset viewer.