Fix since on JdbcOperationsDependsOnPostProcessor

Closes gh-13778
This commit is contained in:
Johnny Lim 2018-07-16 09:35:25 +09:00 committed by Stephane Nicoll
parent 1ca8808a97
commit f2cef87878
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.springframework.jdbc.core.JdbcOperations;
* @author Dave Syer * @author Dave Syer
* @author Phillip Webb * @author Phillip Webb
* @author Andy Wilkinson * @author Andy Wilkinson
* @since 1.1.0 * @since 2.0.4
* @see BeanDefinition#setDependsOn(String[]) * @see BeanDefinition#setDependsOn(String[])
*/ */
public class JdbcOperationsDependsOnPostProcessor public class JdbcOperationsDependsOnPostProcessor