This commit is contained in:
Keith Donald
2009-02-27 22:32:35 +00:00
parent ba64eea0b2
commit c72423df2c
2 changed files with 0 additions and 10 deletions

View File

@@ -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.
*/

View File

@@ -25,11 +25,6 @@ public class DefaultValidationContext implements ValidationContext {
this.mappingResults = mappingResults;
}
public String getModel() {
// TODO
return null;
}
public String getUserEvent() {
return eventId;
}