Changeset 1584 for trunk/docx4j/src/main


Ignore:
Timestamp:
07/03/11 08:47:10 (11 months ago)
Author:
jharrop
Message:

@XmlRootElement?

File:
1 edited

Legend:

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

    r461 r1584  
    2525import javax.xml.bind.annotation.XmlAccessType; 
    2626import javax.xml.bind.annotation.XmlAccessorType; 
     27import javax.xml.bind.annotation.XmlRootElement; 
    2728import javax.xml.bind.annotation.XmlTransient; 
    2829import javax.xml.bind.annotation.XmlType; 
     
    5354    "tblGridChange" 
    5455}) 
     56@XmlRootElement(name="tblGrid") 
    5557public class TblGrid 
    5658    extends TblGridBase 
Note: See TracChangeset for help on using the changeset viewer.