- Timestamp:
- 2006-04-07T18:19:36+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/DownloadAction.java
r81 r83 72 72 public void realRun() throws IOException, SAXException { 73 73 dataSet = reader.parseOsm(); 74 if (dataSet == null) 75 return; 74 76 if (dataSet.nodes.isEmpty()) 75 77 JOptionPane.showMessageDialog(Main.main, "No data imported.");
Note:
See TracChangeset
for help on using the changeset viewer.