Skip to content

Commit f9125ef

Browse files
author
Prashanth Reddy
committed
fix: restore NIC_MAC_ADDRESS constant in VmDetailConstants with correct macAddress value
1 parent 9d79144 commit f9125ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/src/main/java/com/cloud/vm/VmDetailConstants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ public interface VmDetailConstants {
136136
String ACTIVE_CHECKPOINT_ID = "active.checkpoint.id";
137137
String ACTIVE_CHECKPOINT_CREATE_TIME = "active.checkpoint.create.time";
138138
String LAST_CHECKPOINT_ID = "last.checkpoint.id";
139-
String LAST_CHECKPOINT_CREATE_TIME = "last.checkpoint.create.ti
139+
String LAST_CHECKPOINT_CREATE_TIME = "last.checkpoint.create.time";
140+
}

0 commit comments

Comments
 (0)