From 3745474190929804a70e28d68513bfd1318bc260 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 5 Oct 2006 19:52:37 +0000 Subject: [PATCH] --- .../main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxm-tiger/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java b/oxm-tiger/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java index 3213f768..67801d52 100644 --- a/oxm-tiger/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java +++ b/oxm-tiger/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java @@ -111,7 +111,7 @@ public class Jaxb2Marshaller extends AbstractJaxbMarshaller { * Sets the schema resource to use for validation. */ public void setSchema(Resource schemaResource) { - this.schemaResources = new Resource[]{schemaResource}; + schemaResources = new Resource[]{schemaResource}; } /**