[spring-extensions] branch main updated: Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 23 13:02:38 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=2beae0648746d63559b78033affcea9a32f60afc
The following commit(s) were added to refs/heads/main by this push:
new 2beae06 Javadoc
2beae06 is described below
commit 2beae0648746d63559b78033affcea9a32f60afc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 23 14:02:26 2022 +0100
Javadoc
---
.../net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java b/src/main/java/net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java
index 8b689ed..8ab4031 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java
@@ -43,10 +43,11 @@ public abstract class SecondaryNamespaceHandler {
@Nullable @NonnullElements private Map<QName, BeanDefinitionParser> parsers;
/**
- * Initialize the handler, called when a {@link BaseSpringNamespaceHandler}
- * calls {@link BaseSpringNamespaceHandler#initializeOtherHandlers(String)}.
+ * Initialize the handler, called automatically as part of {@link BaseSpringNamespaceHandler#init()}
+ * if the secondary handler qualifier was specified during
+ * {@link BaseSpringNamespaceHandler#BaseSpringNamespaceHandler(String)}.
*
- * @param theParsers
+ * @param theParsers the parsers to use.
*/
protected void init(@Nonnull @NonnullElements final Map<QName, BeanDefinitionParser> theParsers) {
parsers = Constraint.isNotNull(theParsers, "Parser map cannot be null");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list