[java-shib-shared] branch main updated: Fix javadoc error.
Codeberg
noreply at shibboleth.net
Mon Jul 13 12:58:52 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/063df535c60231d646e8401907b09b0fd6048517
The following commit(s) were added to refs/heads/main by this push:
new 063df535 Fix javadoc error.
063df535 is described below
commit 063df535c60231d646e8401907b09b0fd6048517
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jul 13 08:58:43 2026 -0400
Fix javadoc error.
---
.../shared/component/AbstractIdentifiedInitializableComponent.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/component/AbstractIdentifiedInitializableComponent.java b/shib-support/src/main/java/net/shibboleth/shared/component/AbstractIdentifiedInitializableComponent.java
index 4db8abb5..60fe492a 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/component/AbstractIdentifiedInitializableComponent.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/component/AbstractIdentifiedInitializableComponent.java
@@ -59,7 +59,10 @@ public abstract class AbstractIdentifiedInitializableComponent extends AbstractI
/**
* Checks if the component is destroyed and, if so, throws a {@link DestroyedComponentException}.
- * @deprecated. This will be removed in V6.0
+ *
+ * <p> This will be removed in V6.0.</p>
+ *
+ * @deprecated
*/
@Deprecated(forRemoval = true, since = "5.3")
protected final void ifDestroyedThrowDestroyedComponentException() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list