This commit is contained in:
Arjen Poutsma
2006-10-05 19:52:37 +00:00
parent 47b9e79bcc
commit 3745474190

View File

@@ -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};
}
/**