This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git
commit 98a54123963b0e821cd23403c0b49ca38187689b Author: Oliver Lietz <[email protected]> AuthorDate: Tue Aug 17 22:26:05 2021 +0200 [checkstyle] (javadoc) MissingJavadocPackage --- src/main/java/org/apache/sling/commons/clam/package-info.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/org/apache/sling/commons/clam/package-info.java b/src/main/java/org/apache/sling/commons/clam/package-info.java index 848b02a..d8d7e2f 100644 --- a/src/main/java/org/apache/sling/commons/clam/package-info.java +++ b/src/main/java/org/apache/sling/commons/clam/package-info.java @@ -16,6 +16,10 @@ * specific language governing permissions and limitations * under the License. */ + +/** + * Provides the Apache Sling Commons Clam API. + */ @Version("2.0.0") package org.apache.sling.commons.clam;
