Changeset 29503 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2013-04-15T13:50:07+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
r24887 r29503 7 7 import org.openstreetmap.josm.command.Command; 8 8 import org.openstreetmap.josm.data.APIDataSet; 9 import org.openstreetmap.josm. gui.io.TagSettingsPanel;9 import org.openstreetmap.josm.data.Version; 10 10 import org.openstreetmap.josm.gui.io.UploadDialog; 11 11 … … 31 31 if (created_by == null || "".equals(created_by)) { 32 32 if (hasRevertions) { 33 tags.put("created_by", TagSettingsPanel.getDefaultCreatedBy() + ";" + pluginString);33 tags.put("created_by", Version.getInstance().getAgentString() + ";" + pluginString); 34 34 ud.setDefaultChangesetTags(tags); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.