mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Fix since on JdbcOperationsDependsOnPostProcessor
Closes gh-13778
This commit is contained in:
committed by
Stephane Nicoll
parent
1ca8808a97
commit
f2cef87878
+1
-1
@@ -29,7 +29,7 @@ import org.springframework.jdbc.core.JdbcOperations;
|
||||
* @author Dave Syer
|
||||
* @author Phillip Webb
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.1.0
|
||||
* @since 2.0.4
|
||||
* @see BeanDefinition#setDependsOn(String[])
|
||||
*/
|
||||
public class JdbcOperationsDependsOnPostProcessor
|
||||
|
||||
Reference in New Issue
Block a user