You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/12/05 10:59:10 UTC

[sling-org-apache-sling-scripting-sightly-compiler-java] 01/02: cosmetic: fix javadoc error

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git

commit be5026e105ae3d713eccd039d61e96acc72116b7
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Tue Dec 5 11:58:36 2017 +0100

    cosmetic: fix javadoc error
---
 .../java/org/apache/sling/scripting/sightly/render/RenderContext.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/scripting/sightly/render/RenderContext.java b/src/main/java/org/apache/sling/scripting/sightly/render/RenderContext.java
index bdbd6ca..d57e4c8 100644
--- a/src/main/java/org/apache/sling/scripting/sightly/render/RenderContext.java
+++ b/src/main/java/org/apache/sling/scripting/sightly/render/RenderContext.java
@@ -41,11 +41,11 @@ public interface RenderContext {
     Bindings getBindings();
 
     /**
-     * Call one of the registered {@link RuntimeExtension}s.
+     * Call one of the registered {@link org.apache.sling.scripting.sightly.extension.RuntimeExtension}s.
      *
      * @param functionName the name under which the extension is registered
      * @param arguments    the extension's arguments
-     * @return the {@link RuntimeExtension}'s result
+     * @return the {@link org.apache.sling.scripting.sightly.extension.RuntimeExtension}'s result
      */
     Object call(String functionName, Object... arguments);
 }

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.