Changeset 29663 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2013-06-16T17:04:03+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
r29503 r29663 31 31 if (created_by == null || "".equals(created_by)) { 32 32 if (hasRevertions) { 33 tags.put("created_by", Version.getInstance().getAgentString( ) + ";" + pluginString);33 tags.put("created_by", Version.getInstance().getAgentString(false) + ";" + pluginString); 34 34 ud.setDefaultChangesetTags(tags); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.