Changeset 1582 for trunk/docx4j/src/main/java/org
- Timestamp:
- 07/03/11 04:21:36 (11 months ago)
- Location:
- trunk/docx4j/src/main/java/org/docx4j
- Files:
-
- 2 edited
-
model/datastorage/OpenDoPEHandler.java (modified) (1 diff)
-
wml/CTSimpleField.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/datastorage/OpenDoPEHandler.java
r1579 r1582 572 572 this.apply( 573 573 XmlUtils.unwrap(o))); 574 // TODO: Post 2.7.0, review use of XmlUtils.unwrap(o) here; 575 // it can result in MarshalException for 576 // things which don't have @XmlRootElement. 577 // We really need some unit tests to be confident 578 // that making this change would be ok. 574 579 } 575 580 } -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSimpleField.java
r1473 r1582 31 31 import javax.xml.bind.annotation.XmlElementRef; 32 32 import javax.xml.bind.annotation.XmlElementRefs; 33 import javax.xml.bind.annotation.XmlRootElement; 33 34 import javax.xml.bind.annotation.XmlTransient; 34 35 import javax.xml.bind.annotation.XmlType; … … 66 67 "paragraphContent" 67 68 }) 69 @XmlRootElement(name = "fldSimple") 68 70 public class CTSimpleField 69 71 implements Child, ContentAccessor
Note: See TracChangeset
for help on using the changeset viewer.
