Kaydet (Commit) 9b6cc4f4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326631 DE: Dropped or ignored exception

Change-Id: If1f4f46ba51360eff3537f6804286adfe16c4a0e
üst bd5bc033
...@@ -324,7 +324,7 @@ class ScriptImpl implements XScript { ...@@ -324,7 +324,7 @@ class ScriptImpl implements XScript {
+ lineNum); + lineNum);
editor.indicateErrorLine(lineNum); editor.indicateErrorLine(lineNum);
} }
} catch (Exception ignore) { } catch (java.net.MalformedURLException ignore) {
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment