polish
This commit is contained in:
@@ -36,6 +36,7 @@ import org.springframework.ui.format.number.IntegerFormatter;
|
||||
public class GenericBinderTests {
|
||||
|
||||
private TestBean bean;
|
||||
|
||||
private Binder binder;
|
||||
|
||||
@Before
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package org.springframework.ui.validation;
|
||||
|
||||
public interface ValidateResults {
|
||||
|
||||
}
|
||||
@@ -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