Incomplete - task 84: Fix samples
Compiler warnings
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
package org.springframework.batch.sample.tasklet;
|
||||
|
||||
import org.springframework.batch.core.tasklet.Tasklet;
|
||||
import org.springframework.batch.item.ExecutionContext;
|
||||
import org.springframework.batch.repeat.ExitStatus;
|
||||
import org.springframework.batch.support.PropertiesConverter;
|
||||
|
||||
/**
|
||||
* Simple module implementation that will always return true to indicate that
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<bean parent="stepScope"/>
|
||||
<bean parent="jobConfigurationRegistryBeanPostProcessor"/>
|
||||
|
||||
<bean id="simpleJob" parent="simpleJob">
|
||||
<bean id="simpleSample" parent="simpleJob">
|
||||
<property name="steps">
|
||||
<list>
|
||||
<bean id="step1" parent="simpleStep">
|
||||
|
||||
Reference in New Issue
Block a user