Skip to content

Commit f191cf4

Browse files
committed
Revised comment on explicit LocalDataSourceJobStore configuration
See gh-27709
1 parent 0ebb1c5 commit f191cf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-context-support/src/main/java/org/springframework/scheduling/quartz/LocalDataSourceJobStore.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,8 @@
3939
* Subclass of Quartz's {@link JobStoreCMT} class that delegates to a Spring-managed
4040
* {@link DataSource} instead of using a Quartz-managed JDBC connection pool.
4141
* This JobStore will be used if SchedulerFactoryBean's "dataSource" property is set.
42-
* You may also configure it explicitly, possibly as a custom subclass of this class.
42+
* You may also configure it explicitly, possibly as a custom subclass of this
43+
* {@code LocalDataSourceJobStore} or as an equivalent {@code JobStoreCMT} variant.
4344
*
4445
* <p>Supports both transactional and non-transactional DataSource access.
4546
* With a non-XA DataSource and local Spring transactions, a single DataSource

0 commit comments

Comments
 (0)