Tidy up warnings

This commit is contained in:
dsyer
2008-08-04 09:19:14 +00:00
parent 45e9926ef8
commit ea0985f13e
2 changed files with 19 additions and 19 deletions

View File

@@ -1,11 +1,10 @@
package org.springframework.batch.item;
import static org.junit.Assert.*;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Before;
import junit.framework.TestCase;
import org.junit.Test;
import org.springframework.batch.item.sample.Foo;
/**