Fixed possbile NullPointerException in parameterTypesString() (SWF-265).

This commit is contained in:
Erwin Vervaet
2007-03-21 21:27:25 +00:00
parent 3f64765983
commit fb958cfcbf

View File

@@ -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".