merge from 2.1.x deb87aa5e7

correct definition
This commit is contained in:
anthony 2011-01-06 19:41:00 -08:00
parent df35baa165
commit b07162f30a
1 changed files with 1 additions and 1 deletions

View File

@ -2604,7 +2604,7 @@ public abstract class CitrixResourceBase implements ServerResource {
}
}
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) {