1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Fixe error

This commit is contained in:
Jaime Melis 2017-06-05 18:10:08 +02:00
parent 8a7d235ef2
commit 9badfb8600

View File

@ -1025,8 +1025,6 @@ public class VirtualMachine extends PoolElement{
/**
* Resize VM disk
*
* @param client XML-RPC Client.
* @param id The VM id of the target VM.
* @param diskId Id of the disk
* @param newSize for the disk
* @return diskId of resized disk, or error message
@ -1035,6 +1033,7 @@ public class VirtualMachine extends PoolElement{
{
return diskResize(client, id, diskId, newSize);
}
/**
* Recovers a stuck VM.
*