Small change

This commit is contained in:
Arjen Poutsma
2010-06-29 10:51:41 +00:00
parent eba892cf47
commit 93bf7ad65f

View File

@@ -43,7 +43,7 @@ import org.springframework.xml.transform.TraxUtils;
@SuppressWarnings("Since15")
public class StaxPayloadMethodArgumentResolver extends TransformerObjectSupport implements MethodArgumentResolver {
private XMLInputFactory inputFactory = createXmlInputFactory();
private final XMLInputFactory inputFactory = createXmlInputFactory();
public boolean supportsParameter(MethodParameter parameter) {
if (parameter.getParameterAnnotation(RequestPayload.class) == null) {