From 85033af765a9146e3e4e115c0995cadd1ae74a43 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sat, 14 Jun 2008 05:00:12 +0000 Subject: [PATCH] Polishing. --- spring-webflow/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index de603d5a..36b31469 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -11,7 +11,7 @@ General Package org.springframework.webflow.action * Static CURRENT_FORM_OBJECT_ATTRIBUTE on FormObjectAccessor is now public: it's supposed to be a well known name. -Package org.springframework.webflow.executor.jsf +Package org.springframework.webflow.executor * Statics on FlowFacesUtils are now public: they're supposed to be well known names. * FlowPhaseListener.cleanupResources() is now protected.