From 4e10e00b8c3dd35130dbfd05b5d403dc37d1d73b Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sun, 1 Apr 2007 15:46:21 +0000 Subject: [PATCH] Added dots at the end of the lines to follow the theme of the file. --- spring-webflow/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 45e8b3b7..d542b05f 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -58,8 +58,8 @@ Package org.springframework.webflow.executor to benefit from defaults such as a continuation-based flow execution repository and 'alwaysRedirectOnPause'. * Introduced ResponseInstructionHandler convenience class and refactored FlowController, PortletFlowController, FlowAction and FlowPhaseListener to use it. -* JSF flow execution lifecycle now respects flow execution locking contract (SWF-229, SWF-276) -* Fixed bug in FlowPhaseListener that resulted in a NPE on a flow that started and ended in the same request (SWF-273) +* JSF flow execution lifecycle now respects flow execution locking contract (SWF-229, SWF-276). +* Fixed bug in FlowPhaseListener that resulted in a NPE on a flow that started and ended in the same request (SWF-273). Package org.springframework.webflow.test * Added constructor taking test name argument to AbstractFlowExecutionTests, AbstractExternalizedFlowExecutionTests