mirror of https://github.com/apache/jclouds.git
VCloud Director 1.5: reverting unnecessary change to non-JAXB Section class
This commit is contained in:
parent
dd68cbf73a
commit
6559322efc
|
@ -55,11 +55,7 @@ public class Section<T extends Section<T>> {
|
|||
}
|
||||
}
|
||||
|
||||
protected String info;
|
||||
|
||||
protected Section() {
|
||||
// For Builders and JAXB
|
||||
}
|
||||
protected final String info;
|
||||
|
||||
public Section(@Nullable String info) {
|
||||
this.info = info;
|
||||
|
|
Loading…
Reference in New Issue