Changeset 853 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2008-08-24T00:18:15+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/SequenceCommand.java
r655 r853 61 61 } 62 62 63 public Command getLastCommand() { 64 if(sequence.length == 0) 65 return null; 66 return sequence[sequence.length-1]; 67 } 63 68 private void undoCommands(int start) { 64 69 // We probably aborted this halfway though the
Note:
See TracChangeset
for help on using the changeset viewer.