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

M #-: Fix java documentation errors (#1331)

This commit is contained in:
Pavel Czerný 2021-06-24 09:29:38 +02:00 committed by GitHub
parent 1e6d3b6102
commit 3b4842df8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -245,6 +245,7 @@ public class User extends PoolElement{
/**
* Sets the LOGIN_TOKEN for the user
*
* @param client XML-RPC Client.
* @param username of the user
* @param token the login token, if empty OpenNebula will
* generate one
@ -263,6 +264,7 @@ public class User extends PoolElement{
/**
* Sets the LOGIN_TOKEN for the user
*
* @param client XML-RPC Client.
* @param username of the user
* @param token the login token, if empty OpenNebula will
* generate one
@ -460,7 +462,6 @@ public class User extends PoolElement{
/**
* Enables or disables a User
*
* @param client XML-RPC Client.
* @param enable True for enabling, false for disabling.
* @return If successful the message contains the User id.
*/

View File

@ -651,7 +651,7 @@ public class VirtualMachine extends PoolElement{
* Create new scheduled action
* @param client XML-RPC Client.
* @param id The VM id of the target VM.
* @param new_add New scheduled action
* @param new_sched New scheduled action
* @return If an error occurs the error message contains the reason.
*/
public static OneResponse schedadd(Client client, int id, String new_sched)
@ -1186,7 +1186,7 @@ public class VirtualMachine extends PoolElement{
/**
* Create new scheduled action
* @param new_add New scheduled action
* @param new_sched New scheduled action
* @return If an error occurs the error message contains the reason.
*/
public OneResponse schedadd(String new_sched)