Changeset 30127 in osm for applications/editors


Ignore:
Timestamp:
2013-12-15T17:40:33+01:00 (11 years ago)
Author:
donvip
Message:

[josm_terracer] fix #josm9431, #josm9432, #josm9436 - null parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java

    r30072 r30127  
    464464            public boolean executeCommand() {
    465465                boolean result = super.executeCommand();
    466                 if (result) {
     466                if (result && tagsInConflict != null) {
    467467                    try {
    468468                        // Build conflicts commands only after all primitives have been added to dataset to fix #8942
Note: See TracChangeset for help on using the changeset viewer.