[java-identity-provider] branch master updated: Fix an additional javadoc warning.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 20 12:30:14 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=22838bfa89b7c5f38ac945eb200439abbae2bbca
The following commit(s) were added to refs/heads/master by this push:
new 22838bfa8 Fix an additional javadoc warning.
22838bfa8 is described below
commit 22838bfa89b7c5f38ac945eb200439abbae2bbca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 20 08:30:49 2020 -0400
Fix an additional javadoc warning.
---
.../shibboleth/idp/profile/spring/factory/FlowModelFlowBuilder.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/FlowModelFlowBuilder.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/FlowModelFlowBuilder.java
index 1b94baa41..d11cdf243 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/FlowModelFlowBuilder.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/FlowModelFlowBuilder.java
@@ -123,8 +123,8 @@ import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
* in order to customize the Spring {@link ApplicationContext} used for flow configuration.
*
* The only method changed is {@link #createFlowApplicationContext(String[])} (parameter changed
- * from {@link Resource[]}, but it's private and there are too many threads pulled by anything
- * but a wholesale duplication of this class.
+ * from {@link Resource}, but it's private and there are too many threads pulled by anything
+ * but a wholesale duplication of this class).
*
* Builds a runtime {@link Flow} definition object from a {@link FlowModel}.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list