src/main/java/org/apache/sling/scripting/javascript/helper/SlingGlobal.java [207:216]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			} 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 [316:325]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		} 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) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



