Browse Source
Prior to this commit, the template method createDataBinderFactory would only allow ServletRequestDataBinderFactory as a return type. This commit updates the method signature and allows InitBinderDataBinderFactory, a superclass of the previous one. Then other implementations can override this method and return other InitBinderDataBinderFactory types. Issue: SPR-10920pull/381/head
Brian Clozel
11 years ago
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue