mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1086: Bring style of getClientInformation() comment up-to-date.
This commit is contained in:
@@ -148,10 +148,15 @@ public class TunnelRequestService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads and returns client information provided by the {@code request} parameter.
|
* Reads and returns the client information provided within the given
|
||||||
|
* request.
|
||||||
*
|
*
|
||||||
* @param request The request describing tunnel to create.
|
* @param request
|
||||||
* @return GuacamoleClientInformation Object containing information about the client sending the tunnel request.
|
* The request describing tunnel to create.
|
||||||
|
*
|
||||||
|
* @return GuacamoleClientInformation
|
||||||
|
* An object containing information about the client sending the tunnel
|
||||||
|
* request.
|
||||||
*/
|
*/
|
||||||
protected GuacamoleClientInformation getClientInformation(TunnelRequest request) {
|
protected GuacamoleClientInformation getClientInformation(TunnelRequest request) {
|
||||||
// Get client information
|
// Get client information
|
||||||
|
Reference in New Issue
Block a user