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-compiler.git
The following commit(s) were added to refs/heads/master by this push:
new 9a9483d corrected imports wrongly removed in b388743
9a9483d is described below
commit 9a9483db255a57687e33936ff6f2b8f1626d13a2
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Dec 14 16:05:58 2017 +0100
corrected imports wrongly removed in b388743
---
.../org/apache/sling/scripting/sightly/compiler/CompilationResult.java | 1 +
.../org/apache/sling/scripting/sightly/compiler/RuntimeFunction.java | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/scripting/sightly/compiler/CompilationResult.java
b/src/main/java/org/apache/sling/scripting/sightly/compiler/CompilationResult.java
index 9390098..59517fd 100644
---
a/src/main/java/org/apache/sling/scripting/sightly/compiler/CompilationResult.java
+++
b/src/main/java/org/apache/sling/scripting/sightly/compiler/CompilationResult.java
@@ -20,6 +20,7 @@ package org.apache.sling.scripting.sightly.compiler;
import java.util.List;
+import org.apache.sling.scripting.sightly.compiler.commands.Command;
import org.apache.sling.scripting.sightly.compiler.commands.CommandStream;
import org.osgi.annotation.versioning.ProviderType;
diff --git
a/src/main/java/org/apache/sling/scripting/sightly/compiler/RuntimeFunction.java
b/src/main/java/org/apache/sling/scripting/sightly/compiler/RuntimeFunction.java
index eee3aed..d04458f 100644
---
a/src/main/java/org/apache/sling/scripting/sightly/compiler/RuntimeFunction.java
+++
b/src/main/java/org/apache/sling/scripting/sightly/compiler/RuntimeFunction.java
@@ -55,7 +55,7 @@ public final class RuntimeFunction {
* <li>optional: locale information</li>
* <li>optional: hint information</li>
* <li>optional (not part of the specification): basename information;
for more details see
- * {@link java.util.ResourceBundle#getBundle(String, Locale)}</li>
+ * {@link java.util.ResourceBundle#getBundle(String,
java.util.Locale)}</li>
* </ol>
* <p>
* For more details check
https://github.com/Adobe-Marketing-Cloud/htl-spec/blob/1.2/SPECIFICATION.md#123-i18n.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].