|
From: Keith D. <kd...@us...> - 2006-04-30 15:53:20
|
Update of /cvsroot/springframework/spring-projects/spring-webflow/src/java/org/springframework/webflow/executor/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17685/src/java/org/springframework/webflow/executor/support Modified Files: RequestPathFlowExecutorArgumentExtractor.java Log Message: polish Index: RequestPathFlowExecutorArgumentExtractor.java =================================================================== RCS file: /cvsroot/springframework/spring-projects/spring-webflow/src/java/org/springframework/webflow/executor/support/RequestPathFlowExecutorArgumentExtractor.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RequestPathFlowExecutorArgumentExtractor.java 29 Apr 2006 05:34:54 -0000 1.5 --- RequestPathFlowExecutorArgumentExtractor.java 30 Apr 2006 15:53:16 -0000 1.6 *************** *** 132,137 **** * provided conversationId. Used to support the <i>conversation redirect</i> * use case. ! * @param conversationId the conversation id ! * @param context the external context * @return the relative conversation URL path */ --- 132,137 ---- * provided conversationId. Used to support the <i>conversation redirect</i> * use case. ! * @param key the flow execution key ! * @param context the flow execution context * @return the relative conversation URL path */ |