Ignore:
Timestamp:
2013-07-02T11:43:39+02:00 (11 years ago)
Author:
akks
Message:

fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update Data [minor]
(3 methods of UpdateSelectionAction was made static)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/AbstractUploadTask.java

    r5319 r6046  
    294294    protected void handleGone(OsmApiPrimitiveGoneException e) {
    295295        if (e.isKnownPrimitive()) {
    296             new UpdateSelectionAction().handlePrimitiveGoneException(e.getPrimitiveId(),e.getPrimitiveType());
     296            UpdateSelectionAction.handlePrimitiveGoneException(e.getPrimitiveId(),e.getPrimitiveType());
    297297        } else {
    298298            ExceptionDialogUtil.explainGoneForUnknownPrimitive(e);
Note: See TracChangeset for help on using the changeset viewer.