RESOLVED - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted

Moved line mapper to mapping package
This commit is contained in:
dsyer
2009-11-16 16:05:49 +00:00
parent 75202ba087
commit e32cc6a189
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.item.file.transform;
package org.springframework.batch.item.file.mapping;
import java.util.Map;