Fix Java 5 compile
This commit is contained in:
@@ -387,8 +387,6 @@ public class FlatFileItemReaderTests {
|
||||
@Test
|
||||
public void testMappingExceptionWrapping() throws Exception {
|
||||
LineMapper<String> exceptionLineMapper = new LineMapper<String>() {
|
||||
|
||||
@Override
|
||||
public String mapLine(String line, int lineNumber) throws Exception {
|
||||
if (lineNumber == 2) {
|
||||
throw new Exception("Couldn't map line 2");
|
||||
|
||||
Reference in New Issue
Block a user