[java-identity-provider] branch master updated: Missing package-info file.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 27 11:56:07 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0d2f21aa5f699c4f38ff5c34d78f149599c3b4d9
The following commit(s) were added to refs/heads/master by this push:
new 0d2f21a Missing package-info file.
0d2f21a is described below
commit 0d2f21aa5f699c4f38ff5c34d78f149599c3b4d9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 27 11:56:04 2018 -0400
Missing package-info file.
---
.../config/logic/messaging/package-info.java | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/logic/messaging/package-info.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/logic/messaging/package-info.java
new file mode 100644
index 0000000..57014f5
--- /dev/null
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/logic/messaging/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Implementations of logic/conditional SAML profile configuration components.
+ */
+
+package net.shibboleth.idp.saml.profile.config.logic.messaging;
\ 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