Changeset 1393
- Timestamp:
- 01/27/11 01:15:34 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/wml/CTPerm.java
r359 r1393 26 26 import javax.xml.bind.annotation.XmlAccessorType; 27 27 import javax.xml.bind.annotation.XmlAttribute; 28 import javax.xml.bind.annotation.XmlRootElement; 28 29 import javax.xml.bind.annotation.XmlTransient; 29 30 import javax.xml.bind.annotation.XmlType; … … 51 52 @XmlAccessorType(XmlAccessType.FIELD) 52 53 @XmlType(name = "CT_Perm") 54 @XmlRootElement(name = "permEnd") 53 55 public class CTPerm 54 56 implements Child
Note: See TracChangeset
for help on using the changeset viewer.
