Skip to content

Commit 22c8458

Browse files
committed
Remove unused incrementer in data-source-context.xml
This commit removes an incrementer for a table named BATCH_STEP_SEQ which does not exist (anymore).
1 parent f85a662 commit 22c8458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-batch-core/src/test/resources/org/springframework/batch/core/repository/dao/data-source-context.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
<bean id="jobExecutionIncrementer" parent="incrementerParent">
3232
<property name="incrementerName" value="BATCH_JOB_EXECUTION_SEQ" />
3333
</bean>
34-
<bean id="stepIncrementer" parent="incrementerParent">
35-
<property name="incrementerName" value="BATCH_STEP_SEQ" />
36-
</bean>
3734
<bean id="stepExecutionIncrementer" parent="incrementerParent">
3835
<property name="incrementerName" value="BATCH_STEP_EXECUTION_SEQ" />
3936
</bean>

0 commit comments

Comments
 (0)