Changeset 30701 in osm for applications/editors/josm/plugins/public_transport
- Timestamp:
- 2014-10-04T17:28:45+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/GTFSImporterAction.java
r29854 r30701 24 24 import org.openstreetmap.josm.actions.JosmAction; 25 25 import org.openstreetmap.josm.data.coor.LatLon; 26 import org.openstreetmap.josm.data.osm.DataSet;27 26 import org.openstreetmap.josm.data.osm.Node; 28 27 import org.openstreetmap.josm.data.osm.OsmPrimitive; … … 68 67 } 69 68 70 public void actionPerformed(ActionEvent event) 71 { 72 DataSet mainDataSet = Main.main.getCurrentDataSet(); 69 public void actionPerformed(ActionEvent event) { 73 70 74 71 if (dialog == null)
Note:
See TracChangeset
for help on using the changeset viewer.