This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git
The following commit(s) were added to refs/heads/master by this push:
new 9c956d5 Add some missing Javadoc
9c956d5 is described below
commit 9c956d59e6511163bda8075820a93fa39ec8ece9
Author: David Bosschaert <[email protected]>
AuthorDate: Sat May 5 20:26:10 2018 +0100
Add some missing Javadoc
---
src/main/java/org/apache/sling/feature/analyser/task/AnalyserTask.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/analyser/task/AnalyserTask.java
b/src/main/java/org/apache/sling/feature/analyser/task/AnalyserTask.java
index e0db1e1..d72b15f 100644
--- a/src/main/java/org/apache/sling/feature/analyser/task/AnalyserTask.java
+++ b/src/main/java/org/apache/sling/feature/analyser/task/AnalyserTask.java
@@ -40,7 +40,8 @@ public interface AnalyserTask {
};
/** Execute the task.
- * @param the task context.
+ * @param ctx the task context.
+ * @throws Exception when the task throws an exception.
*/
void execute(AnalyserTaskContext ctx) throws Exception;
}
--
To stop receiving notification emails like this one, please contact
[email protected].