src/main/java/org/apache/sling/scripting/javascript/helper/SlingGlobal.java [199:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (IOException ioe) {

                throw Context.reportRuntimeError("Failure reading file " + scriptName + ": " + ioe);

            } finally {
                // ensure the script input stream is closed
                try {
                    scriptStream.close();
                } catch (IOException ignore) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/scripting/javascript/helper/SlingGlobal.java [296:304]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (IOException ioe) {

            throw Context.reportRuntimeError("Failure reading file " + scriptName + ": " + ioe);

        } finally {
            // ensure the script input stream is closed
            try {
                scriptStream.close();
            } catch (IOException ignore) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



