Fix compiler warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -61,6 +61,7 @@ public abstract class StaxUtils {
|
||||
|
||||
private static Method staxUtilsSourceMethodOnSpring30, staxUtilsResultMethodOnSpring30;
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
private static Constructor staxSourceClassCtorOnSpringWs15, staxResultClassCtorOnSpringWs15;
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user