Ignore:
Timestamp:
2017-02-20T21:40:33+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #14391 - robustness to Linux systems preventing file watcher to start because of incorrect kernel inotify watch configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java

    r11452 r11589  
    752752                    Main.fileWatcher.registerValidatorRule(source);
    753753                }
    754             } catch (IOException ex) {
     754            } catch (IOException | IllegalStateException ex) {
    755755                Main.warn(tr("Failed to add {0} to tag checker", i));
    756756                Main.warn(ex, false);
Note: See TracChangeset for help on using the changeset viewer.