Move RepeatOperationsStep up to live with other step implementations

This commit is contained in:
dsyer
2008-02-25 17:29:41 +00:00
parent 7368aa3541
commit b41415001a
6 changed files with 11 additions and 9 deletions

View File

@@ -125,7 +125,7 @@
</bean>
<bean id="repeatOperationsStep" parent="abstractStep"
class="org.springframework.batch.execution.step.support.RepeatOperationsStep"
class="org.springframework.batch.execution.step.RepeatOperationsStep"
abstract="true">
</bean>