BATCH-1786: Added type to AbstractJobExplorerFactoryBean so that a cast isn't required on getObject()

This commit is contained in:
Michael Minella
2014-03-18 16:02:40 -05:00
parent b0e1f30a57
commit ff84e1fc8e
4 changed files with 7 additions and 18 deletions

View File

@@ -26,7 +26,6 @@ import javax.sql.DataSource;
import org.junit.Before;
import org.junit.Test;
import org.springframework.batch.core.explore.JobExplorer;
import org.springframework.batch.core.explore.support.JobExplorerFactoryBean;
import org.springframework.jdbc.core.JdbcOperations;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.test.util.ReflectionTestUtils;