1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

feature #3848: Fix OCA Java

This commit is contained in:
Ruben S. Montero 2016-04-08 19:21:55 +02:00
parent 4b9f4ed1ea
commit b32eb08949

View File

@ -113,10 +113,9 @@ public class Host extends PoolElement{
Client client,
String hostname,
String im,
String vmm,
String vnm)
String vmm)
{
return allocate(client, hostname, im, vmm, vnm, -1);
return allocate(client, hostname, im, vmm, -1);
}
/**