| commit | 6c99f0fb803ec8361560d3b8962b38b349021b4e | [log] [tgz] |
|---|---|---|
| author | Oliver Lietz <olli@apache.org> | Mon Dec 14 22:17:41 2015 +0000 |
| committer | Oliver Lietz <olli@apache.org> | Mon Dec 14 22:17:41 2015 +0000 |
| tree | bda0973d999987237f9c01efc7327ad55dfac214 | |
| parent | 39e71d10aee2686c58efb469ca995cbacd89173e [diff] |
fix typo in javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1720024 13f79535-47bb-0310-9956-ffa450edef68
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 @@ /** * 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