Tidy imports

This commit is contained in:
dsyer
2007-08-28 13:21:48 +00:00
parent 25fc6b87f1
commit 97e6d74dd5

View File

@@ -19,7 +19,6 @@ package org.springframework.batch.sample.dao;
import org.springframework.batch.io.OutputSource;
import org.springframework.batch.io.file.support.transform.Converter;
import org.springframework.batch.sample.domain.Order;
import org.springframework.beans.factory.DisposableBean;
/**