mirror of https://github.com/apache/cloudstack.git
Remove unused fields in VMInstanceVO.java
This commit is contained in:
parent
df684261cf
commit
339c09bdef
|
|
@ -143,9 +143,11 @@ public class VMInstanceVO implements VirtualMachine, FiniteStateObject<State, Vi
|
|||
@Enumerated(value=EnumType.STRING)
|
||||
protected HypervisorType hypervisorType;
|
||||
|
||||
/*
|
||||
@Column(name="tags")
|
||||
protected String tags;
|
||||
|
||||
*/
|
||||
|
||||
@Transient
|
||||
Map<String, String> details;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue