Fix the build cause by typo in a un-test check-in!

(cherry picked from commit 2848af8126)

Signed-off-by: animesh <animesh@apache.org>
This commit is contained in:
Kelven Yang 2013-08-29 16:18:36 -07:00 committed by animesh
parent d6b19bad1f
commit 679aae78f3
1 changed files with 1 additions and 1 deletions

View File

@ -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) {