Skip to content

Commit 414435c

Browse files
author
Vijayendra Bhamidipati
committed
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
Description: Fixing failure to load ClusterVSMMapDao by putting in a constructor that takes no arguments, inClusterVSMMapVO.
1 parent 1198a62 commit 414435c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎server/src/com/cloud/dc/ClusterVSMMapVO.java‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ public ClusterVSMMapVO(long clusterId, long vsmId) {
3535
this.clusterId = clusterId;
3636
this.vsmId = vsmId;
3737
}
38+
39+
public ClusterVSMMapVO() {
40+
// Do nothing.
41+
}
3842

3943
public long getClusterId() {
4044
return clusterId;

0 commit comments

Comments
 (0)