Changeset 6450 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2013-12-07T13:51:13+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/SequenceCommand.java
r6397 r6450 116 116 117 117 protected final void setSequence(Command[] sequence) { 118 this.sequence = sequence;118 this.sequence = Arrays.copyOf(sequence, sequence.length); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.