Skip to content

Commit 0b10569

Browse files
committed
Fix code formatting
1 parent 41517ea commit 0b10569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
* </job>
140140
* <beans:bean id="dataSource" .../>
141141
* <beans:bean id="transactionManager" .../>
142-
* <beans:bean id="jobLauncher" class="org.springframework.batch.core.launch.support.TaskExecutorJobLauncher">
142+
* <beans:bean id="jobLauncher" class=
143+
"org.springframework.batch.core.launch.support.TaskExecutorJobLauncher">
143144
* <beans:property name="jobRepository" ref="jobRepository" />
144145
* </beans:bean>
145146
* </batch>

0 commit comments

Comments
 (0)