You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/01/29 09:09:08 UTC

[sling-org-apache-sling-pipes] 01/02: missing javadoc

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git

commit 1af913cfc00d9e7fe482aeabb4c7d4221b056d7e
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Mon Jan 29 09:31:22 2018 +0100

    missing javadoc
---
 src/main/java/org/apache/sling/pipes/PipeBindings.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/pipes/PipeBindings.java b/src/main/java/org/apache/sling/pipes/PipeBindings.java
index 5cbb46d..63357cf 100644
--- a/src/main/java/org/apache/sling/pipes/PipeBindings.java
+++ b/src/main/java/org/apache/sling/pipes/PipeBindings.java
@@ -85,6 +85,7 @@ public class PipeBindings {
     /**
      * public constructor, built from pipe's resource
      * @param resource pipe's configuration resource
+     * @throws ScriptException in case scripts associated with the bindings are not assessable
      */
     public PipeBindings(Resource resource) throws ScriptException {
     	//Setup script engines

-- 
To stop receiving notification emails like this one, please contact
npeltier@apache.org.