Changeset 10378 in josm for trunk/src/org/openstreetmap/josm/command/conflict/ConflictAddCommand.java
- Timestamp:
- 2016-06-15T10:30:37+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/conflict/ConflictAddCommand.java
r10364 r10378 32 32 public ConflictAddCommand(OsmDataLayer layer, Conflict<? extends OsmPrimitive> conflict) { 33 33 super(layer); 34 this.conflict = conflict;34 this.conflict = conflict; 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
