tests mvc compat

This commit is contained in:
Keith Donald
2009-03-02 15:07:51 +00:00
parent 952d558500
commit 11916d567e

View File

@@ -22,8 +22,8 @@ package org.springframework.binding.validation;
*
* Notice how the constraint comes after model/property qualifiers in the default algorithm, while the original Spring
* MVC algorithm has the constraint come before. The default algorithm is believed to be more object oriented and
* generally preferred. The Spring MVC algorithm is supported for backwards compatibility and consistency with existing
* Spring MVC web applications.
* generally preferred for new applications. The Spring MVC algorithm is supported for backwards compatibility and
* consistency with existing Spring MVC web applications.
*
* @author Keith Donald
*/