This commit is contained in:
Keith Donald
2009-02-27 22:31:14 +00:00
parent bc8a7a5daf
commit 4244cccb3a

View File

@@ -51,7 +51,7 @@ public class ValidationFailureModelContext {
}
/**
* The invalid user entered value.
* When reporting a property validation failure, the invalid user entered value.
*/
public Object getInvalidValue() {
return invalidValue;