[java-identity-provider] branch maint-4 updated: Remove empty packages.

Scott Cantor cantor.2 at osu.edu
Tue Sep 6 17:47:23 UTC 2022


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new b6234c4c8 Remove empty packages.
b6234c4c8 is described below

commit b6234c4c8cde51e401e61ff1d52916a78c863c6a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 13:47:20 2022 -0400

    Remove empty packages.
---
 .../idp/saml/saml1/profile/package-info.java         | 20 --------------------
 .../idp/saml/saml2/profile/package-info.java         | 20 --------------------
 2 files changed, 40 deletions(-)

diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/package-info.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/package-info.java
deleted file mode 100644
index bd2ece482..000000000
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/package-info.java
+++ /dev/null
@@ -1,20 +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.
- */
-
-/** SAML 1 profile actions and classes helping to support them. */
-
-package net.shibboleth.idp.saml.saml1.profile;
\ No newline at end of file
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/package-info.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/package-info.java
deleted file mode 100644
index bfe802806..000000000
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/package-info.java
+++ /dev/null
@@ -1,20 +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.
- */
-
-/** SAML 2 profile actions and classes helping to support them. */
-
-package net.shibboleth.idp.saml.saml2.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