mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1361 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
@@ -36,6 +36,7 @@ import org.springframework.ui.format.number.IntegerFormatter;
|
||||
public class GenericBinderTests {
|
||||
|
||||
private TestBean bean;
|
||||
|
||||
private Binder binder;
|
||||
|
||||
@Before
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package org.springframework.ui.validation;
|
||||
|
||||
public interface ValidateResults {
|
||||
|
||||
}
|
||||
+1
-1
@@ -4,6 +4,6 @@ import java.util.List;
|
||||
|
||||
public interface Validator {
|
||||
|
||||
void validate(Object model, List<String> properties);
|
||||
ValidateResults validate(Object model, List<String> properties);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user