1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +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, Client client,
String hostname, String hostname,
String im, String im,
String vmm, String vmm)
String vnm)
{ {
return allocate(client, hostname, im, vmm, vnm, -1); return allocate(client, hostname, im, vmm, -1);
} }
/** /**