Fix compiler warnings

This commit is contained in:
Dave Syer
2011-04-05 12:02:13 +01:00
parent d8c85036ab
commit e0ce10dcc0
7 changed files with 14 additions and 18 deletions

View File

@@ -32,7 +32,6 @@ import javax.xml.stream.XMLEventWriter;
import javax.xml.stream.XMLOutputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.transform.Result;
import javax.xml.transform.Source;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

View File

@@ -61,6 +61,7 @@ public abstract class StaxUtils {
private static Method staxUtilsSourceMethodOnSpring30, staxUtilsResultMethodOnSpring30;
@SuppressWarnings("rawtypes")
private static Constructor staxSourceClassCtorOnSpringWs15, staxResultClassCtorOnSpringWs15;
static {