warnings cleanup

This commit is contained in:
robokaso
2008-11-10 09:56:02 +00:00
parent abd29a0e8e
commit b543c2a298
3 changed files with 0 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ import org.springframework.util.StringUtils;
import org.springframework.util.xml.DomUtils;
import org.w3c.dom.Element;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
/**
* Internal parser for the <step/> elements inside a job. A step element

View File

@@ -299,7 +299,6 @@ public class FaultTolerantStepFactoryBeanNonBufferingTests {
private final Collection<String> failures;
@SuppressWarnings("unchecked")
public SkipWriterStub() {
this(StringUtils.commaDelimitedListToSet("4"));
}

View File

@@ -603,7 +603,6 @@ public class FaultTolerantStepFactoryBeanTests {
private final Collection<String> failures;
@SuppressWarnings("unchecked")
public SkipWriterStub() {
this(StringUtils.commaDelimitedListToSet("4"));
}