OPEN - issue BATCH-852: Clean up warnings

http://jira.springframework.org/browse/BATCH-852

Cleaned up warnings.
This commit is contained in:
lucasward
2008-09-24 21:06:03 +00:00
parent 394de964e1
commit bd27b69cf8
2 changed files with 4 additions and 6 deletions

View File

@@ -16,11 +16,8 @@
package org.springframework.batch.item.database.support;
import org.junit.Test;
import org.junit.Assert;
import java.util.List;
import java.util.ArrayList;
import org.junit.Test;
/**
* @author Thomas Risberg

View File

@@ -1,6 +1,7 @@
package org.springframework.batch.item.file;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Before;
import org.junit.Test;
@@ -164,5 +165,5 @@ public class ResourceLineReaderTests {
assertEquals("line3line4", tested.read());
}
}