Skip to content

Commit 97167ce

Browse files
izeyesnicoll
authored andcommitted
Polish Javadoc
Closes spring-projectsgh-3967
1 parent be07a8a commit 97167ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationProperties.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272
boolean ignoreUnknownFields() default true;
7373

7474
/**
75-
* Flag to indicate that validation errors can be swallowed. If set they will be
76-
* logged, but not propagate to the caller.
75+
* Flag to indicate that an exception should be raised if a Validator is
76+
* available and validation fails. If it is set to false, validation errors will be swallowed.
77+
* They will be logged, but not propagated to the caller.
7778
* @return the flag value (default true)
7879
*/
7980
boolean exceptionIfInvalid() default true;

0 commit comments

Comments
 (0)