This is an automated email from the ASF dual-hosted git repository. dulvac pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git
commit 1c9412e028203e69bc709a8e6b4f79fc9afc077e Author: Andrei Dulvac <[email protected]> AuthorDate: Wed Sep 18 11:56:25 2019 +0200 SLING-8710 Added missing package info which resulted in warning --- .../clients/query/servlet/package-info.java | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/java/org/apache/sling/testing/clients/query/servlet/package-info.java b/src/main/java/org/apache/sling/testing/clients/query/servlet/package-info.java new file mode 100644 index 0000000..0263e62 --- /dev/null +++ b/src/main/java/org/apache/sling/testing/clients/query/servlet/package-info.java @@ -0,0 +1,25 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +/** + * Query tools leveraging javax.jcr.query + */ +@Version("1.2.2") +package org.apache.sling.testing.clients.query.servlet; + +import org.osgi.annotation.versioning.Version;
