[java-opensaml] branch master updated: JPAR-129 - Javadoc fix

Ian Young ian at iay.org.uk
Fri Jun 28 11:47:10 EDT 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=eef1f2cdb2bfbcfeee902cd0c50046a1e53a8732

The following commit(s) were added to refs/heads/master by this push:
       new  eef1f2c   JPAR-129 - Javadoc fix
eef1f2c is described below

commit eef1f2cdb2bfbcfeee902cd0c50046a1e53a8732
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jun 28 16:47:04 2019 +0100

    JPAR-129 - Javadoc fix
    
    It doesn't appear that a package-info.java is permitted in an otherwise empty package. This issue appears to have been masked by the maven-javadoc-plugin until version 3.1.0.
    Removing the redundant package-info.java to be compatible with that version or later.
---
 .../java/org/opensaml/profile/package-info.java     | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/opensaml-profile-api/src/main/java/org/opensaml/profile/package-info.java b/opensaml-profile-api/src/main/java/org/opensaml/profile/package-info.java
deleted file mode 100644
index 2ab95b2..0000000
--- a/opensaml-profile-api/src/main/java/org/opensaml/profile/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Licensed to the University Corporation for Advanced Internet Development,
- * Inc. (UCAID) under one or more contributor license agreements.  See the
- * NOTICE file distributed with this work for additional information regarding
- * copyright ownership. The UCAID 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.
- */
-
-/**
- * General classes related to profile behavior.
- */
-package org.opensaml.profile;
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list