mirror of https://github.com/apache/cloudstack.git
Fixing compile error found by checkstyle
This commit is contained in:
parent
759d484d9a
commit
025335a3ab
|
|
@ -325,7 +325,7 @@ public class VmwareClient {
|
|||
// info has a property - state for state of the task
|
||||
Object[] result = waitForValues(task, new String[] { "info.state", "info.error" }, new String[] { "state" }, new Object[][] { new Object[] {
|
||||
TaskInfoState.SUCCESS, TaskInfoState.ERROR } });
|
||||
|
||||
|
||||
if (result[0].equals(TaskInfoState.SUCCESS)) {
|
||||
retVal = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue