Changeset 1084 for trunk/docx4j/src/svg/org/plutext/jaxb/svg11/Line.java
- Timestamp:
- 02/25/10 11:03:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/svg/org/plutext/jaxb/svg11/Line.java
r1081 r1084 26 26 import javax.xml.bind.annotation.XmlAttribute; 27 27 import javax.xml.bind.annotation.XmlID; 28 import javax.xml.bind.annotation.XmlRootElement; 28 29 import javax.xml.bind.annotation.XmlSchemaType; 29 30 import javax.xml.bind.annotation.XmlType; … … 69 70 @XmlAccessorType(XmlAccessType.FIELD) 70 71 @XmlType(name = "") 72 @XmlRootElement(name="line") 71 73 public class Line 72 74 extends SVGLineContent
Note: See TracChangeset
for help on using the changeset viewer.
