This is an automated email from the ASF dual-hosted git repository.
cziegeler 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 ea523a3 Update javadocs for Analyser
ea523a3 is described below
commit ea523a31de758a493c5ec5fe119af76690a0c310
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Oct 8 17:41:12 2020 +0200
Update javadocs for Analyser
---
src/main/java/org/apache/sling/feature/analyser/Analyser.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/apache/sling/feature/analyser/Analyser.java
b/src/main/java/org/apache/sling/feature/analyser/Analyser.java
index a43d34e..82bcd1b 100644
--- a/src/main/java/org/apache/sling/feature/analyser/Analyser.java
+++ b/src/main/java/org/apache/sling/feature/analyser/Analyser.java
@@ -114,8 +114,8 @@ public class Analyser {
* task ids
*
* @param scanner The scanner
- * @param includes The includes for the task ids
- * @param excludes The excludes for the task ids
+ * @param includes The includes for the task ids - can be {@code null}
+ * @param excludes The excludes for the task ids - can be {@code null}
* @throws IOException If setting up the analyser fails
*/
public Analyser(final Scanner scanner, final Set<String> includes, final
Set<String> excludes) throws IOException {
@@ -128,8 +128,8 @@ public class Analyser {
*
* @param scanner The scanner
* @param configurations The configurations for the tasks
- * @param includes The includes for the task ids
- * @param excludes The excludes for the task ids
+ * @param includes The includes for the task ids - can be {@code
null}
+ * @param excludes The excludes for the task ids - can be {@code
null}
* @throws IOException If setting up the analyser fails
*/
public Analyser(final Scanner scanner, final Map<String, Map<String,
String>> configurations,