VCloud Director 1.5: reverting unnecessary change to non-JAXB Section class

This commit is contained in:
Adam Lowe 2012-03-01 23:26:20 +00:00
parent dd68cbf73a
commit 6559322efc
1 changed files with 1 additions and 5 deletions

View File

@ -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;