coverity#1326630 DE: Dropped or ignored exception

Change-Id: I495c1b5d9d0e03a92330fe6b9371183471aee7bb
This commit is contained in:
Caolán McNamara
2016-01-21 16:32:28 +00:00
parent a7cf2bc5fc
commit bd5bc033fd

View File

@@ -294,7 +294,7 @@ class ScriptImpl implements XScript {
if (editor != null) {
editor.indicateErrorLine(lineNum);
}
} catch (Exception ignore) {
} catch (java.net.MalformedURLException ignore) {
}
}