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:
parent
4b9f4ed1ea
commit
b32eb08949
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user