From fb958cfcbf168d796880c1157b83f8e8effe48e7 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Wed, 21 Mar 2007 21:27:25 +0000 Subject: [PATCH] Fixed possbile NullPointerException in parameterTypesString() (SWF-265). --- 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 a0b65ce9..760f8bcd 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -8,7 +8,7 @@ Changes in version 1.0.2 () Package org.springframework.binding * GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). -* Fixed possbile NullPointerException in parameterTypesString() (SWF-265). +* Fixed possbile NullPointerException in MethodKey.parameterTypesString() (SWF-265). Package org.springframework.webflow.action * FormAction methods doBind() and createBinder() now declare "throws Exception".