[java-identity-provider] branch main updated: Javadoc bug.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 4 12:32:34 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f55577d49c17267109cccc46c43b9d5de2eb7121
The following commit(s) were added to refs/heads/main by this push:
new f55577d49 Javadoc bug.
f55577d49 is described below
commit f55577d49c17267109cccc46c43b9d5de2eb7121
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 4 08:32:31 2022 -0400
Javadoc bug.
---
.../idp/conf/impl/RegisterFilterChainServletContextInitializer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/RegisterFilterChainServletContextInitializer.java b/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/RegisterFilterChainServletContextInitializer.java
index b45a4a3fe..2296abf4c 100644
--- a/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/RegisterFilterChainServletContextInitializer.java
+++ b/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/RegisterFilterChainServletContextInitializer.java
@@ -36,7 +36,7 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
* our Spring configuration.
*
* <p>The filter registration is on by default but can be disabled by setting the context init-param
- * {@link RegisterFilterChainServletContextInitializer#INIT_PARAMETER_ACTIVATION} to <pre>false</pre>.</p>
+ * {@link RegisterFilterChainServletContextInitializer#INIT_PARAMETER_ACTIVATION} to false.</p>
*
* <p>The chain is always mapped to all requests because it is expected that any further granularity is
* configured via Spring.</p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list