Remove unused import

This commit is contained in:
dsyer
2008-10-30 07:29:14 +00:00
parent 514f4ad300
commit 185cc05ed4

View File

@@ -15,12 +15,12 @@
*/
package org.springframework.batch.sample.support;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.util.Arrays;
import org.junit.Test;
import org.springframework.batch.item.validator.ValidationException;
/**
* @author Dave Syer