mirror of https://github.com/apache/cloudstack.git
Fix the build cause by typo in a un-test check-in!
This commit is contained in:
parent
07d79c7ad6
commit
2848af8126
|
|
@ -448,7 +448,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
|
|||
} else if (clz == GetVmStatsCommand.class) {
|
||||
answer = execute((GetVmStatsCommand) cmd);
|
||||
} else if (clz == GetVmDiskStatsCommand.class) {
|
||||
answer = execute((GetDiskVmStatsCommand) cmd);
|
||||
answer = execute((GetVmDiskStatsCommand) cmd);
|
||||
} else if (clz == CheckHealthCommand.class) {
|
||||
answer = execute((CheckHealthCommand) cmd);
|
||||
} else if (clz == StopCommand.class) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue