Changeset 1393


Ignore:
Timestamp:
01/27/11 01:15:34 (16 months ago)
Author:
jharrop
Message:

@XmlRootElement?(name = "permEnd")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTPerm.java

    r359 r1393  
    2626import javax.xml.bind.annotation.XmlAccessorType; 
    2727import javax.xml.bind.annotation.XmlAttribute; 
     28import javax.xml.bind.annotation.XmlRootElement; 
    2829import javax.xml.bind.annotation.XmlTransient; 
    2930import javax.xml.bind.annotation.XmlType; 
     
    5152@XmlAccessorType(XmlAccessType.FIELD) 
    5253@XmlType(name = "CT_Perm") 
     54@XmlRootElement(name = "permEnd") 
    5355public class CTPerm 
    5456    implements Child 
Note: See TracChangeset for help on using the changeset viewer.