correct definition

This commit is contained in:
anthony 2011-01-06 19:36:19 -08:00
parent 638867201d
commit deb87aa5e7
1 changed files with 1 additions and 1 deletions

View File

@ -2593,7 +2593,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
}
}
void startVM(Connection conn, Host host, VM vm, String vmName) {
void startVM(Connection conn, Host host, VM vm, String vmName) throws XmlRpcException {
try {
vm.startOn(conn, host, false, true);
} catch (Exception e) {