[java-identity-provider] branch master updated: Missing package-info.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 3 11:56:43 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=f1b1fae51a9f180a0d7325b0acc605706ed574ae
The following commit(s) were added to refs/heads/master by this push:
new f1b1fae Missing package-info.
f1b1fae is described below
commit f1b1fae51a9f180a0d7325b0acc605706ed574ae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 3 11:56:41 2018 -0400
Missing package-info.
---
.../idp/profile/messaging/impl/package-info.java | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/package-info.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/package-info.java
new file mode 100644
index 0000000..0ce6082
--- /dev/null
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/messaging/impl/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * 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 various message handlers. */
+
+package net.shibboleth.idp.profile.messaging.impl;
\ 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