Skip to content

Commit 0b500dc

Browse files
JuHyun419fmbenhassine
authored andcommitted
Fix double "use" typo
1 parent 43fa18f commit 0b500dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/SimpleJobRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class SimpleJobRepository implements JobRepository {
7373
private ExecutionContextDao ecDao;
7474

7575
/**
76-
* Provide default constructor with low visibility in case user wants to use use
76+
* Provide default constructor with low visibility in case user wants to use
7777
* aop:proxy-target-class="true" for AOP interceptor.
7878
*/
7979
SimpleJobRepository() {

0 commit comments

Comments
 (0)