Skip to content

Commit 12307e3

Browse files
committed
Fixed SWS-133: CastorMarshaller ignoreExtraAttributes & Elements
1 parent 3d6dcb7 commit 12307e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

oxm/src/main/java/org/springframework/oxm/castor/CastorMarshaller.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,4 @@ protected void customizeMarshaller(Marshaller marshaller) {
397397
public XmlMappingException convertCastorException(XMLException ex, boolean marshalling) {
398398
return CastorUtils.convertXmlException(ex, marshalling);
399399
}
400-
401-
// abstract
402400
}

0 commit comments

Comments
 (0)