warnings cleanup
This commit is contained in:
@@ -299,7 +299,6 @@ public class FaultTolerantStepFactoryBeanNonBufferingTests {
|
||||
|
||||
private final Collection<String> failures;
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public SkipWriterStub() {
|
||||
this(StringUtils.commaDelimitedListToSet("4"));
|
||||
}
|
||||
|
||||
@@ -603,7 +603,6 @@ public class FaultTolerantStepFactoryBeanTests {
|
||||
|
||||
private final Collection<String> failures;
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public SkipWriterStub() {
|
||||
this(StringUtils.commaDelimitedListToSet("4"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user