Skip to content

Commit 025335a

Browse files
author
Likitha Shetty
committed
Fixing compile error found by checkstyle
1 parent 759d484 commit 025335a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public boolean waitForTask(ManagedObjectReference task) throws InvalidPropertyFa
325325
// info has a property - state for state of the task
326326
Object[] result = waitForValues(task, new String[] { "info.state", "info.error" }, new String[] { "state" }, new Object[][] { new Object[] {
327327
TaskInfoState.SUCCESS, TaskInfoState.ERROR } });
328-
328+
329329
if (result[0].equals(TaskInfoState.SUCCESS)) {
330330
retVal = true;
331331
}

0 commit comments

Comments
 (0)