Remove unused imports

This commit is contained in:
dsyer
2008-01-21 11:31:47 +00:00
parent a00f675b6a
commit c4e47ffab0

View File

@@ -17,11 +17,10 @@ package org.springframework.batch.core.domain;
import java.util.Properties;
import org.springframework.batch.core.runtime.SimpleJobIdentifier;
import org.springframework.batch.restart.GenericRestartData;
import junit.framework.TestCase;
import org.springframework.batch.restart.GenericRestartData;
/**
* @author Dave Syer
*