mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
bind and validate lifecycle rename
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1437 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ import org.springframework.ui.validation.Validator;
|
||||
* @author Keith Donald
|
||||
* @since 3.0
|
||||
*/
|
||||
public class WebBindAndValidateLifecycle {
|
||||
public class BindAndValidateLifecycle {
|
||||
|
||||
private final Binder binder;
|
||||
|
||||
@@ -38,7 +38,7 @@ public class WebBindAndValidateLifecycle {
|
||||
|
||||
private Validator validator;
|
||||
|
||||
public WebBindAndValidateLifecycle(Binder binder, AlertContext alertContext) {
|
||||
public BindAndValidateLifecycle(Binder binder, AlertContext alertContext) {
|
||||
this.binder = binder;
|
||||
this.alertContext = alertContext;
|
||||
}
|
||||
Reference in New Issue
Block a user