Changeset 1678


Ignore:
Timestamp:
10/06/11 23:31:40 (8 months ago)
Author:
jharrop
Message:

@XmlRootElement?(name = "smartTag")

File:
1 edited

Legend:

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

    r1473 r1678  
    3131import javax.xml.bind.annotation.XmlElementRef; 
    3232import javax.xml.bind.annotation.XmlElementRefs; 
     33import javax.xml.bind.annotation.XmlRootElement; 
    3334import javax.xml.bind.annotation.XmlTransient; 
    3435import javax.xml.bind.annotation.XmlType; 
     
    6566    "paragraphContent" 
    6667}) 
     68@XmlRootElement(name = "smartTag") 
    6769public class CTSmartTagRun 
    6870    implements Child, ContentAccessor 
Note: See TracChangeset for help on using the changeset viewer.