Make AbstractHandlerMethodExceptionResolver an abstract class.

This commit is contained in:
Rossen Stoyanchev
2012-01-11 11:10:52 -05:00
parent ab6a7e8e74
commit 6da6acbe54
2 changed files with 13 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ Changes in version 3.1.1 (2012-02-06)
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
* corrected fix for QuartzJobBean to work with Quartz 2.0/2.1
* Make AbstractHandlerMethodExceptionResolver an abstract class
Changes in version 3.1 GA (2011-12-12)
--------------------------------------