mirror of https://github.com/apache/jclouds.git
Issue 830: Accidentally deleted namespace declaration
This commit is contained in:
parent
20bfcdf789
commit
9ad27d12a3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue