You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/04/26 17:46:29 UTC

[sling-org-apache-sling-serviceuser-webconsole] 15/16: Fixing SLING-7415 - Removing unnecessarily exposed package

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceuser-webconsole.git

commit 2a8c0eaaa23d63a8323304a69c303a24ba1dbd7d
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Apr 26 13:45:46 2019 -0400

    Fixing SLING-7415 - Removing unnecessarily exposed package
---
 .../sling/serviceuser/webconsole/package-info.java | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/src/main/java/org/apache/sling/serviceuser/webconsole/package-info.java b/src/main/java/org/apache/sling/serviceuser/webconsole/package-info.java
deleted file mode 100644
index 452b0ba..0000000
--- a/src/main/java/org/apache/sling/serviceuser/webconsole/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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.
- */
-
-@org.osgi.annotation.versioning.Version("1.0.0")
-package org.apache.sling.serviceuser.webconsole;
-