Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-01-04 09:56:19 +01:00
11 changed files with 14 additions and 14 deletions

View File

@@ -175,7 +175,7 @@ public class EnableAutoConfigurationImportSelector
/**
* Handle any invalid excludes that have been specified.
* @param invalidExcludes the list of invalid excludes (will always have at least on
* @param invalidExcludes the list of invalid excludes (will always have at least one
* element)
*/
protected void handleInvalidExcludes(List<String> invalidExcludes) {

View File

@@ -73,7 +73,7 @@ public class CacheManagerCustomizers {
}
catch (ClassCastException ex) {
// Possibly a lambda-defined customizer which we could not resolve the generic
// event type for
// cache manager type for
if (logger.isDebugEnabled()) {
logger.debug(
"Non-matching cache manager type for customizer: " + customizer,

View File

@@ -62,7 +62,7 @@ final class DatabaseLookup {
/**
* Return the most suitable {@link Database} for the given {@link DataSource}.
* @param dataSource the source {@link DataSource}
* @return the most sutable {@link Database}
* @return the most suitable {@link Database}
*/
public static Database getDatabase(DataSource dataSource) {
if (dataSource == null) {

View File

@@ -67,7 +67,7 @@ public class TransactionManagerCustomizers {
}
catch (ClassCastException ex) {
// Possibly a lambda-defined customizer which we could not resolve the generic
// event type for
// transaction manager type for
if (logger.isDebugEnabled()) {
logger.debug("Non-matching transaction manager type for customizer: "
+ customizer, ex);