Ignore:
Timestamp:
02/25/10 11:03:35 (2 years ago)
Author:
jharrop
Message:

@XmlRootElement?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/svg/org/plutext/jaxb/svg11/Line.java

    r1081 r1084  
    2626import javax.xml.bind.annotation.XmlAttribute; 
    2727import javax.xml.bind.annotation.XmlID; 
     28import javax.xml.bind.annotation.XmlRootElement; 
    2829import javax.xml.bind.annotation.XmlSchemaType; 
    2930import javax.xml.bind.annotation.XmlType; 
     
    6970@XmlAccessorType(XmlAccessType.FIELD) 
    7071@XmlType(name = "") 
     72@XmlRootElement(name="line") 
    7173public class Line 
    7274    extends SVGLineContent 
Note: See TracChangeset for help on using the changeset viewer.