Ignore:
Timestamp:
2007-08-08T02:59:36+02:00 (17 years ago)
Author:
imi
Message:
  • added update of plugins
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/SaveActionBase.java

    r298 r299  
    104104                                return;
    105105                        }
    106                         ((OsmDataLayer)layer).cleanData(null, false);
     106                        layer.cleanData(null, false);
    107107                } catch (IOException e) {
    108108                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.