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-messaging.git
commit a693cb0b1e55f512c48cbf388cd16b966ede8e44 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Jul 18 12:47:25 2021 +0200 [checkstyle] (javadoc) MissingJavadocPackage --- src/main/java/org/apache/sling/commons/messaging/package-info.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/org/apache/sling/commons/messaging/package-info.java b/src/main/java/org/apache/sling/commons/messaging/package-info.java index dee8a62..0d88cde 100644 --- a/src/main/java/org/apache/sling/commons/messaging/package-info.java +++ b/src/main/java/org/apache/sling/commons/messaging/package-info.java @@ -16,6 +16,10 @@ * specific language governing permissions and limitations * under the License. */ + +/** + * Provides the Apache Sling Commons Messaging API. + */ @Version("1.0.0") package org.apache.sling.commons.messaging;
