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 8f226af Fix Javadoc
8f226af is described below
commit 8f226afa9d1167ca3f68d68bd00da51fcca29dd1
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Jun 18 16:25:41 2020 +0100
Fix Javadoc
---
.../sling/feature/analyser/task/impl/CheckApisJarsProperties.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckApisJarsProperties.java
b/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckApisJarsProperties.java
index c73af1f..3cd654e 100644
---
a/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckApisJarsProperties.java
+++
b/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckApisJarsProperties.java
@@ -30,7 +30,7 @@ import
org.apache.sling.feature.analyser.task.AnalyserTaskContext;
* Current checks:
*
* <ol>
- * <li>The <tt>sourceId</tt> property is a CSV list of valid artifact
ids.</li>
+ * <li>The {@code sourceId} property is a CSV list of valid artifact
ids.</li>
* </ol>
*
*/