[java-shib-profile] branch main updated: Javadoc.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 8 14:31:08 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=61de8dd4d9589560286519807daca26f99642cfb
The following commit(s) were added to refs/heads/main by this push:
new 61de8dd Javadoc.
61de8dd is described below
commit 61de8dd4d9589560286519807daca26f99642cfb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 8 10:31:05 2023 -0400
Javadoc.
---
.../src/main/java/net/shibboleth/profile/plugin/Plugin.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/Plugin.java b/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/Plugin.java
index 9de86fa..e9a9e0a 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/Plugin.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/Plugin.java
@@ -34,6 +34,8 @@ import net.shibboleth.shared.annotation.constraint.Unmodifiable;
/**
* The base interface for plugins into the IdP and SP.
*
+ * @param <T> module type
+ *
* @since 9.0.0
*/
public interface Plugin<T extends Module> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list