Ignore:
Timestamp:
2014-10-27T23:30:49+01:00 (10 years ago)
Author:
donvip
Message:

[josm-merge_overlap] fix #josm10668 - ClassCastException while merging ways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java

    r30713 r30766  
    602602                if (askForMergeTag(ways) || duplicateParentRelations(ways)) {
    603603                        dialog.setVisible(true);
    604                         if (dialog.isCancelled())
     604                        if (dialog.isCanceled())
    605605                                throw new UserCancelException();
    606606                }
Note: See TracChangeset for help on using the changeset viewer.