[java-shib-attribute] branch main updated: Fix Javadoc errors.
Codeberg
noreply at shibboleth.net
Mon Jul 20 13:11:59 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-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/21673fd16a90742bc886e60336b75b04f2151fb0
The following commit(s) were added to refs/heads/main by this push:
new 21673fd16 Fix Javadoc errors.
21673fd16 is described below
commit 21673fd16a90742bc886e60336b75b04f2151fb0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jul 20 09:11:45 2026 -0400
Fix Javadoc errors.
---
.../idp/attribute/resolver/AbstractResolverPlugin.java | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java b/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java
index 0f860cbc1..b259afae5 100644
--- a/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java
+++ b/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java
@@ -38,8 +38,10 @@ import net.shibboleth.shared.logic.Constraint;
import net.shibboleth.shared.primitive.LoggerFactory;
/**
- * Base class for all {@link ResolverPlugin}s.
+ * Base class for all {@link ResolverPlugin} classes.
*
+ * TODO: Remove the {@link DisposableBean} interface from this class in V6.
+ *
* @param <ResolvedType> object type this plug-in resolves to
*/
@ThreadSafe
@@ -213,13 +215,14 @@ public abstract class AbstractResolverPlugin<ResolvedType> extends AbstractIdent
}
}
- /** {@inheritDoc}.
- *
+ /**
+ * {@inheritDoc}.
+ *
* This is mitigation against the fact that this class accidentally implemnents {@link DisposableBean}
*
- * We implement {{@link #doDestroy()} but do not call {@link super#doDestroy()} thus avoiding any deprecation
+ * <p>We implement {{@link #doDestroy()} but do not call the base class version thus avoiding any deprecation
* logging we may chose to add there. In general this is frowned upon but we know that no "inner" class
- * (and indeed none of our "outer" classes do anything in the doDestroy() path.
+ * (and indeed none of our "outer" classes do anything in the doDestroy() path.</p>
*/
@Override
@Deprecated(forRemoval = true, since = "5.3")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list