[java-identity-provider] branch master updated: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Sun Jul 19 10:22:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw 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=7eebd1312b897ed98ef38c2c965c2967acd3e27f

The following commit(s) were added to refs/heads/master by this push:
       new  7eebd1312 Javadoc
7eebd1312 is described below

commit 7eebd1312b897ed98ef38c2c965c2967acd3e27f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 19 11:22:30 2020 +0100

    Javadoc
---
 .../idp/profile/spring/factory/FlowModelFlowBuilder.java          | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 aa675d062..1b94baa41 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
@@ -119,12 +119,12 @@ import net.shibboleth.ext.spring.context.FilesystemGenericWebApplicationContext;
 import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
 
 /**
- * 
- * This code is extended from org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
+ * This code is extended from {@link org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder}
  * in order to customize the Spring {@link ApplicationContext} used for flow configuration.
  * 
- * The only method changed is {@link #createFlowApplicationContext(Resource[])}, but it's private
- * and there are too many threads pulled by anything but a wholesale duplication of this class.
+ * 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.
  * 
  * 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