Changeset 2881 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2010-01-23T14:24:03+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/conflict/Conflict.java
r2512 r2881 18 18 */ 19 19 public class Conflict<T extends OsmPrimitive> { 20 private T my; 21 private T their; 20 private final T my; 21 private final T their; 22 22 23 23 public Conflict(T my, T their) {
Note:
See TracChangeset
for help on using the changeset viewer.