From 760fd206ed6f221e683968c640b643aee6b4c19d Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 10 Oct 2007 08:49:41 +0000 Subject: [PATCH] organise imports --- .../batch/io/file/support/SimpleFlatFileInputSource.java | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/src/main/java/org/springframework/batch/io/file/support/SimpleFlatFileInputSource.java b/infrastructure/src/main/java/org/springframework/batch/io/file/support/SimpleFlatFileInputSource.java index 17ea0994c..2bb0fed7f 100644 --- a/infrastructure/src/main/java/org/springframework/batch/io/file/support/SimpleFlatFileInputSource.java +++ b/infrastructure/src/main/java/org/springframework/batch/io/file/support/SimpleFlatFileInputSource.java @@ -20,7 +20,6 @@ import java.io.IOException; import org.springframework.batch.io.InputSource; import org.springframework.batch.io.exception.FlatFileParsingException; -import org.springframework.batch.io.exception.ValidationException; import org.springframework.batch.io.file.FieldSet; import org.springframework.batch.io.file.FieldSetMapper; import org.springframework.batch.io.file.support.separator.RecordSeparatorPolicy;