mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-586: Add missing verbs to comments.
This commit is contained in:
@@ -246,9 +246,9 @@ public class ObjectRetrievalService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves a single connection group from the given GuacamoleSession. If
|
* Retrieves a single connection group from the given GuacamoleSession. If
|
||||||
* the given identifier the REST API root identifier, the root connection
|
* the given identifier is the REST API root identifier, the root
|
||||||
* group will be returned. The underlying authentication provider may
|
* connection group will be returned. The underlying authentication
|
||||||
* additionally use a different identifier for root.
|
* provider may additionally use a different identifier for root.
|
||||||
*
|
*
|
||||||
* @param session
|
* @param session
|
||||||
* The GuacamoleSession to retrieve the connection group from.
|
* The GuacamoleSession to retrieve the connection group from.
|
||||||
@@ -263,7 +263,7 @@ public class ObjectRetrievalService {
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* The connection group having the given identifier, or the root
|
* The connection group having the given identifier, or the root
|
||||||
* connection group if the identifier the root identifier.
|
* connection group if the identifier is the root identifier.
|
||||||
*
|
*
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If an error occurs while retrieving the connection group, or if the
|
* If an error occurs while retrieving the connection group, or if the
|
||||||
|
Reference in New Issue
Block a user