Merge branch '3.1.x'

This commit is contained in:
Chris Beams
2011-12-22 15:55:15 +01:00
3 changed files with 31 additions and 2 deletions

View File

@@ -244,6 +244,9 @@ class TypeConverterDelegate {
}
if (firstAttemptEx != null) {
if (editor == null) {
throw firstAttemptEx;
}
logger.debug("Original ConversionService attempt failed - ignored since " +
"PropertyEditor based conversion eventually succeeded", firstAttemptEx);
}