BATCH-1908: Minor cleanup/formatting

This commit is contained in:
Michael Minella
2013-03-06 14:57:44 -06:00
parent 2f9df44443
commit 55ef8805b8
5 changed files with 24 additions and 18 deletions

View File

@@ -1,6 +1,3 @@
/**
*
*/
package org.springframework.batch.core.step.item;
import static org.junit.Assert.assertEquals;
@@ -187,7 +184,7 @@ public class TaskletStepExceptionTests {
taskletStep.setStreams(new ItemStream[] { new ItemStreamSupport() {
@Override
public void close() throws ItemStreamException {
super.close();
super.close();
throw exception;
}
} });