polish
This commit is contained in:
@@ -28,11 +28,6 @@ import org.springframework.binding.message.MessageContext;
|
||||
*/
|
||||
public interface ValidationContext {
|
||||
|
||||
/**
|
||||
* The the name of the model object being validated.
|
||||
*/
|
||||
public String getModel();
|
||||
|
||||
/**
|
||||
* The current user.
|
||||
*/
|
||||
|
||||
@@ -25,11 +25,6 @@ public class DefaultValidationContext implements ValidationContext {
|
||||
this.mappingResults = mappingResults;
|
||||
}
|
||||
|
||||
public String getModel() {
|
||||
// TODO
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getUserEvent() {
|
||||
return eventId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user