[java-shib-attribute] branch main updated: Javadoc nit.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 24 13:10:20 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=c7110f4ade479a904ddcf59cb3726000e99a1b4a
The following commit(s) were added to refs/heads/main by this push:
new c7110f4ad Javadoc nit.
c7110f4ad is described below
commit c7110f4ade479a904ddcf59cb3726000e99a1b4a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 24 08:10:17 2024 -0500
Javadoc nit.
---
.../net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d6cee28f4..9edb020d2 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
@@ -49,7 +49,7 @@ public abstract class AbstractResolverPlugin<ResolvedType> extends AbstractIdent
/** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(AbstractResolverPlugin.class);
- /** Whether an {@link AttributeResolutionContext} that occurred resolving attributes will be re-thrown. */
+ /** Whether an {@link ResolutionException} that occurred resolving attributes will be re-thrown. */
private boolean propagateResolutionExceptions = true;
/** Criterion that must be met for this plugin to be active for the given request. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list