Skip to content

Commit 339c09b

Browse files
committed
Remove unused fields in VMInstanceVO.java
1 parent df68426 commit 339c09b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/src/com/cloud/vm/VMInstanceVO.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ public class VMInstanceVO implements VirtualMachine, FiniteStateObject<State, Vi
143143
@Enumerated(value=EnumType.STRING)
144144
protected HypervisorType hypervisorType;
145145

146+
/*
146147
@Column(name="tags")
147148
protected String tags;
148-
149+
*/
150+
149151
@Transient
150152
Map<String, String> details;
151153

0 commit comments

Comments
 (0)