polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3780 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
19224cac2b
commit
e91ae9573e
|
|
@ -142,8 +142,8 @@ public class LocalValidatorFactoryBean extends SpringValidatorAdapter
|
|||
|
||||
/**
|
||||
* Specify bean validation properties to be passed to the validation provider.
|
||||
* <p>Can be populated with a String
|
||||
* "value" (parsed via PropertiesEditor) or a "props" element in XML bean definitions.
|
||||
* <p>Can be populated with a String "value" (parsed via PropertiesEditor)
|
||||
* or a "props" element in XML bean definitions.
|
||||
* @see javax.validation.Configuration#addProperty(String, String)
|
||||
*/
|
||||
public void setValidationProperties(Properties jpaProperties) {
|
||||
|
|
@ -152,8 +152,7 @@ public class LocalValidatorFactoryBean extends SpringValidatorAdapter
|
|||
|
||||
/**
|
||||
* Specify bean validation properties to be passed to the validation provider as a Map.
|
||||
* <p>Can be populated with a
|
||||
* "map" or "props" element in XML bean definitions.
|
||||
* <p>Can be populated with a "map" or "props" element in XML bean definitions.
|
||||
* @see javax.validation.Configuration#addProperty(String, String)
|
||||
*/
|
||||
public void setValidationPropertyMap(Map<String, String> validationProperties) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue