tidy up loop sample
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.batch.sample.loopFlow;
|
||||
package org.springframework.batch.sample.loop;
|
||||
|
||||
import org.springframework.batch.core.ExitStatus;
|
||||
import org.springframework.batch.core.StepExecution;
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.batch.sample.loopFlow;
|
||||
package org.springframework.batch.sample.loop;
|
||||
|
||||
import org.springframework.batch.core.JobExecution;
|
||||
import org.springframework.batch.core.StepExecution;
|
||||
@@ -33,11 +33,11 @@
|
||||
|
||||
<bean id="itemWriter" class="org.springframework.batch.sample.domain.trade.internal.ItemTrackingTradeItemWriter" />
|
||||
|
||||
<bean id="limitDecider" class="org.springframework.batch.sample.loopFlow.LimitDecider">
|
||||
<bean id="limitDecider" class="org.springframework.batch.sample.loop.LimitDecider">
|
||||
<property name="limit" value="9" />
|
||||
</bean>
|
||||
|
||||
<bean id="resettingListener" class="org.springframework.batch.sample.loopFlow.GeneratingTradeResettingListener">
|
||||
<bean id="resettingListener" class="org.springframework.batch.sample.loop.GeneratingTradeResettingListener">
|
||||
<property name="reader" ref="itemGenerator" />
|
||||
</bean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user