[java-shib-attribute] branch main updated: Javadoc nit.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 24 13:05:39 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=373e6f0750098036f43da31fc63f3119dde0771c
The following commit(s) were added to refs/heads/main by this push:
new 373e6f075 Javadoc nit.
373e6f075 is described below
commit 373e6f0750098036f43da31fc63f3119dde0771c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 24 08:05:36 2024 -0500
Javadoc nit.
---
.../idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java
index 84908b083..a6bbacff5 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/AbstractDataConnectorParser.java
@@ -59,7 +59,8 @@ public abstract class AbstractDataConnectorParser extends BaseResolverPluginPars
*/
@Nonnull @NotEmpty public static final String ATTR_FAIL_FAST = "failFastInitialize";
- public static final Boolean FAIL_FAST_DEFAULT = false;
+ /** Failfast default. */
+ @Nonnull public static final Boolean FAIL_FAST_DEFAULT = false;
/** Failover data connector attribute name. */
@Nonnull public static final QName FAILOVER_DATA_CONNECTOR_ELEMENT_NAME = new QName(
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list