|
From: Keith D. <kd...@us...> - 2006-04-30 15:19:48
|
Update of /cvsroot/springframework/spring-projects/spring-webflow/src/java/org/springframework/webflow/registry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26807/src/java/org/springframework/webflow/registry Modified Files: FlowRegistrarSupport.java Log Message: Index: FlowRegistrarSupport.java =================================================================== RCS file: /cvsroot/springframework/spring-projects/spring-webflow/src/java/org/springframework/webflow/registry/FlowRegistrarSupport.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** FlowRegistrarSupport.java 25 Apr 2006 00:58:59 -0000 1.16 --- FlowRegistrarSupport.java 30 Apr 2006 15:19:40 -0000 1.17 *************** *** 70,76 **** * resource * @param registry the flow registry to register the flow in ! * @param flowArtifactFactory the flow artifact factory that the builder ! * will use to wire in externally managed flow artifacts during the build ! * process */ protected void registerFlow(ExternalizedFlowDefinition flowDefinition, FlowRegistry registry, --- 70,76 ---- * resource * @param registry the flow registry to register the flow in ! * @param flowServiceLocator the service locator that the builder will use ! * to wire in externally managed flow services needed by a Flow during the ! * build process */ protected void registerFlow(ExternalizedFlowDefinition flowDefinition, FlowRegistry registry, |