Commit 463e11ab authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents f06627c4 10589b90
......@@ -145,7 +145,7 @@ public class QuartzAutoConfiguration {
}
private DataSource getDataSource(DataSource dataSource,
@QuartzDataSource ObjectProvider<DataSource> quartzDataSource) {
ObjectProvider<DataSource> quartzDataSource) {
DataSource dataSourceIfAvailable = quartzDataSource.getIfAvailable();
return (dataSourceIfAvailable != null ? dataSourceIfAvailable : dataSource);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment