Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-10-16 11:38:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.scheduling.quartz.SchedulerFactoryBean;
* configuration.
* <p>
* For customization of the {@link DataSource} used by Quartz, use of
* {@link QuartzDataSource @QuartDataSource} is preferred. It will ensure consistent
* {@link QuartzDataSource @QuartzDataSource} is preferred. It will ensure consistent
* customization of both the {@link SchedulerFactoryBean} and the
* {@link QuartzDataSourceInitializer}.
*