mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -419,7 +419,7 @@ public class LocalValidatorFactoryBean extends SpringValidatorAdapter
|
||||
return super.unwrap(type);
|
||||
}
|
||||
catch (ValidationException ignored) {
|
||||
// we'll try ValidatorFactory unwrapping next
|
||||
// Trying ValidatorFactory unwrapping next
|
||||
}
|
||||
}
|
||||
if (this.validatorFactory != null) {
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ final class DefaultJdbcClient implements JdbcClient {
|
||||
}
|
||||
|
||||
public DefaultJdbcClient(NamedParameterJdbcOperations jdbcTemplate, @Nullable ConversionService conversionService) {
|
||||
Assert.notNull(jdbcTemplate, "JdbcTemplate must not be null");
|
||||
Assert.notNull(jdbcTemplate, "NamedParameterJdbcTemplate must not be null");
|
||||
this.namedParamOps = jdbcTemplate;
|
||||
this.conversionService =
|
||||
(conversionService != null ? conversionService : DefaultConversionService.getSharedInstance());
|
||||
|
||||
Reference in New Issue
Block a user