This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new 081b800 SLING-8012 - Extract an HTL runtime bundle from the existing
HTL modules
081b800 is described below
commit 081b800d54415d59ce7f846a7688e23b1001a602
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Oct 31 17:34:35 2018 +0100
SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
* removed reference to HTL compiler
---
.../org/apache/sling/scripting/sightly/extension/RuntimeExtension.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/scripting/sightly/extension/RuntimeExtension.java
b/src/main/java/org/apache/sling/scripting/sightly/extension/RuntimeExtension.java
index 1cfaa0c..0348e5f 100644
---
a/src/main/java/org/apache/sling/scripting/sightly/extension/RuntimeExtension.java
+++
b/src/main/java/org/apache/sling/scripting/sightly/extension/RuntimeExtension.java
@@ -99,7 +99,7 @@ public interface RuntimeExtension {
* </p>
* <ol>
* <li>the original string to escape / filter</li>
- * <li>the context to be applied - see {@link
org.apache.sling.scripting.sightly.compiler.expression.MarkupContext}</li>
+ * <li>the context to be applied</li>
* </ol>
* <p>
* For more details check
https://github.com/Adobe-Marketing-Cloud/htl-spec/blob/1.2/SPECIFICATION.md#121-display-context.