Merge branch '3.1.x'

master
Chris Beams 13 years ago
commit 18b67eed29
  1. 1
      .gitignore
  2. 2
      org.springframework.beans/src/main/java/org/springframework/beans/TypeConverterDelegate.java

1
.gitignore vendored

@ -15,3 +15,4 @@ org.springframework.spring-parent/.classpath
org.springframework.spring-parent/.project
org.springframework.test/test-output/
target
spring-build/lib/docbook

@ -244,7 +244,7 @@ class TypeConverterDelegate {
}
if (firstAttemptEx != null) {
if (editor == null) {
if (editor == null && convertedValue == newValue) {
throw firstAttemptEx;
}
logger.debug("Original ConversionService attempt failed - ignored since " +

Loading…
Cancel
Save