- Timestamp:
- 09/06/10 11:40:42 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/JaxbXmlPart.java
r949 r1203 26 26 import javax.xml.bind.Unmarshaller; 27 27 28 import org.docx4j.XmlUtils; 28 29 import org.docx4j.jaxb.Context; 29 30 import org.docx4j.jaxb.NamespacePrefixMapperUtils; … … 214 215 215 216 log.debug("unmarshalling " + this.getClass().getName() ); 216 jaxbElement = (E) u.unmarshal( is ); 217 jaxbElement = (E) XmlUtils.unwrap( 218 u.unmarshal( is )); 217 219 log.debug( this.getClass().getName() + " unmarshalled" ); 218 220
Note: See TracChangeset
for help on using the changeset viewer.
