fixed invalid property name (the config file seems unused though)

This commit is contained in:
robokaso
2008-02-20 09:55:30 +00:00
parent f6bd90fc3e
commit 65b208b05f

View File

@@ -16,7 +16,7 @@
<bean id="test-job"
class="org.springframework.batch.core.domain.JobSupport">
<property name="stepNames">
<property name="steps">
<bean id="step1"
class="org.springframework.batch.execution.step.simple.SimpleStep">
<property name="itemReader">