Changeset 1584 for trunk/docx4j/src/main
- Timestamp:
- 07/03/11 08:47:10 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/wml/TblGrid.java
r461 r1584 25 25 import javax.xml.bind.annotation.XmlAccessType; 26 26 import javax.xml.bind.annotation.XmlAccessorType; 27 import javax.xml.bind.annotation.XmlRootElement; 27 28 import javax.xml.bind.annotation.XmlTransient; 28 29 import javax.xml.bind.annotation.XmlType; … … 53 54 "tblGridChange" 54 55 }) 56 @XmlRootElement(name="tblGrid") 55 57 public class TblGrid 56 58 extends TblGridBase
Note: See TracChangeset
for help on using the changeset viewer.
