Merge pull request #491 from grkvlt/section-type-error

Issue 830: Accidentally deleted namespace declaration
This commit is contained in:
Adrian Cole 2012-03-20 11:03:49 -07:00
commit 14da16232e
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public abstract class SectionType {
@XmlElement(name = "Info", required = true) @XmlElement(name = "Info", required = true)
private String info; private String info;
@XmlAttribute @XmlAttribute(namespace = VCLOUD_OVF_NS)
private Boolean required; private Boolean required;
protected SectionType(Builder<?> builder) { protected SectionType(Builder<?> builder) {