Tidy up build problems overnight.

This commit is contained in:
dsyer
2008-01-23 09:08:09 +00:00
parent 4f69c324e6
commit 69f6d8891a
25 changed files with 118 additions and 1033 deletions

View File

@@ -19,7 +19,6 @@ import java.util.Date;
import junit.framework.TestCase;
import org.springframework.batch.core.runtime.SimpleJobIdentifier;
import org.springframework.batch.repeat.ExitStatus;
/**

View File

@@ -17,9 +17,6 @@ package org.springframework.batch.core.domain;
import java.util.Collections;
import org.springframework.batch.core.runtime.SimpleJobIdentifier;
import junit.framework.TestCase;
/**