Changeset 9305 in josm
- Timestamp:
- 2016-01-04T17:34:30+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/gpx/ImportImagesAction.java
r8870 r9305 42 42 43 43 private static void addRecursiveFiles(List<File> files, File[] sel) { 44 if (sel == null) { // listFiles might return null 45 return; 46 } 44 47 for (File f : sel) { 45 48 if (f.isDirectory()) {
Note:
See TracChangeset
for help on using the changeset viewer.