- Timestamp:
- 2009-07-31T11:48:47+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r1870 r1876 524 524 public UpdatePrimitiveTask(long id) { 525 525 super(tr("Updating primitive"),false /* don't ignore exceptions */); 526 this.id = id; 526 527 } 527 528
Note:
See TracChangeset
for help on using the changeset viewer.