BATCH-105: The functionality in "DefaultFlatFileItemProvider" (validating and mapping) should be provided by the infrastructure layer (DefaultFlatFileInputSource).

http://opensource.atlassian.com/projects/spring/browse/BATCH-105
This commit is contained in:
dsyer
2007-08-21 13:19:53 +00:00
parent 3c259f3ce8
commit 2c1f2f9a98
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.execution.tasklet.support;
package org.springframework.batch.item.processor;
import java.util.ArrayList;
import java.util.Iterator;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.execution.tasklet.support;
package org.springframework.batch.item.processor;
import java.util.ArrayList;
import java.util.List;