Fixed SWS-133: CastorMarshaller ignoreExtraAttributes & Elements

This commit is contained in:
Arjen Poutsma
2007-05-31 12:19:58 +00:00
parent 3d6dcb7a51
commit 12307e33b4

View File

@@ -397,6 +397,4 @@ public class CastorMarshaller extends AbstractMarshaller implements Initializing
public XmlMappingException convertCastorException(XMLException ex, boolean marshalling) {
return CastorUtils.convertXmlException(ex, marshalling);
}
// abstract
}