Deleted unused resourceLoader field in Jaxb2Marshaller

master
Sam Brannen 11 years ago
parent c3afda3992
commit 8bb29750bf
  1. 3
      spring-oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java

@ -80,7 +80,6 @@ import org.springframework.beans.factory.InitializingBean;
import org.springframework.core.JdkVersion; import org.springframework.core.JdkVersion;
import org.springframework.core.annotation.AnnotationUtils; import org.springframework.core.annotation.AnnotationUtils;
import org.springframework.core.io.Resource; import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;
import org.springframework.oxm.GenericMarshaller; import org.springframework.oxm.GenericMarshaller;
import org.springframework.oxm.GenericUnmarshaller; import org.springframework.oxm.GenericUnmarshaller;
import org.springframework.oxm.MarshallingFailureException; import org.springframework.oxm.MarshallingFailureException;
@ -168,8 +167,6 @@ public class Jaxb2Marshaller implements MimeMarshaller, MimeUnmarshaller, Generi
private ClassLoader beanClassLoader; private ClassLoader beanClassLoader;
private ResourceLoader resourceLoader;
private final Object jaxbContextMonitor = new Object(); private final Object jaxbContextMonitor = new Object();
private volatile JAXBContext jaxbContext; private volatile JAXBContext jaxbContext;

Loading…
Cancel
Save