[java-shib-shared] branch main updated: Javadoc nit.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 28 15:09:22 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=3d0b8ad478c93b81f762eb22143392c53375845c
The following commit(s) were added to refs/heads/main by this push:
new 3d0b8ad4 Javadoc nit.
3d0b8ad4 is described below
commit 3d0b8ad478c93b81f762eb22143392c53375845c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 28 10:09:19 2022 -0500
Javadoc nit.
---
.../shared/spring/service/impl/SpringServiceableComponent.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shib-service/src/main/java/net/shibboleth/shared/spring/service/impl/SpringServiceableComponent.java b/shib-service/src/main/java/net/shibboleth/shared/spring/service/impl/SpringServiceableComponent.java
index 52410203..6f2e3931 100644
--- a/shib-service/src/main/java/net/shibboleth/shared/spring/service/impl/SpringServiceableComponent.java
+++ b/shib-service/src/main/java/net/shibboleth/shared/spring/service/impl/SpringServiceableComponent.java
@@ -29,6 +29,8 @@ import net.shibboleth.shared.spring.service.AbstractServiceableComponent;
/**
* A container @{link {@link ServiceableComponent} which is (usually) created during spring service
* creation as part of service (re)load.
+ *
+ * @param <T> component type
*/
public class SpringServiceableComponent<T> extends AbstractServiceableComponent<T> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list