Fix internal deprecation

This commit is contained in:
Phillip Webb
2018-02-08 22:47:42 -08:00
parent ed5ec37737
commit 2dbbb025eb

View File

@@ -75,7 +75,7 @@ public class AbstractFacesFlowConfiguration implements ApplicationContextAware {
* @return the created builder
*/
protected FlowExecutorBuilder getFlowExecutorBuilder(FlowDefinitionLocator flowRegistry) {
return new FlowExecutorBuilder(flowRegistry, this.applicationContext);
return new FlowExecutorBuilder(flowRegistry);
}
/**