Issue 830: Accidentally deleted namespace declaration

This commit is contained in:
Andrew Donald Kennedy 2012-03-20 17:59:37 +00:00
parent 20bfcdf789
commit 9ad27d12a3
1 changed files with 1 additions and 1 deletions

View File

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