Moving Validator and ValidateResults from src/test to src/main so that the build is no longer broken.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package org.springframework.ui.validation;
|
||||
|
||||
public interface ValidateResults {
|
||||
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
package org.springframework.ui.validation;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface Validator {
|
||||
|
||||
ValidateResults validate(Object model, List<String> properties);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user