This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.java-2.0.14 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-java.git
commit fdbbeb38aa2d48111e45aebfac11f6152ca74d59 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 14 22:17:41 2015 +0000 fix typo in javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/java@1720024 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java b/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java index b7d4de5..bcd5d0a 100644 --- a/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java +++ b/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java @@ -188,7 +188,7 @@ public class JavaScriptEngineFactory /** * Call the servlet. - * @param binding The bindings for the script invocation + * @param bindings The bindings for the script invocation * @param scriptHelper The script helper. * @param context The script context. * @throws SlingServletException -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
