src/main/java/org/apache/sling/scripting/sightly/impl/engine/compiled/SlingHTLMasterCompiler.java [401:409]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return compileSource(
                        sourceIdentifier,
                        IOUtils.toString(pojoResource.adaptTo(InputStream.class), StandardCharsets.UTF_8));
            } else {
                return classLoaderWriter
                        .getClassLoader()
                        .loadClass(sourceIdentifier.getFullyQualifiedClassName())
                        .getDeclaredConstructor()
                        .newInstance();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/scripting/sightly/impl/engine/compiled/SlingHTLMasterCompiler.java [413:421]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return compileSource(
                        sourceIdentifier,
                        IOUtils.toString(pojoResource.adaptTo(InputStream.class), StandardCharsets.UTF_8));
            } else {
                return classLoaderWriter
                        .getClassLoader()
                        .loadClass(sourceIdentifier.getFullyQualifiedClassName())
                        .getDeclaredConstructor()
                        .newInstance();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



