Changeset 10680 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2016-07-30T16:27:16+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/SequenceCommand.java
r10452 r10680 117 117 } 118 118 119 protected final void setSequence(Command []sequence) {119 protected final void setSequence(Command ... sequence) { 120 120 this.sequence = Utils.copyArray(sequence); 121 121 }
Note: See TracChangeset
for help on using the changeset viewer.