GUAC-1086: Bring style of getClientInformation() comment up-to-date.

This commit is contained in:
Michael Jumper
2015-03-31 14:06:22 -07:00
parent 180fe738a7
commit 52e46ea8d0

View File

@@ -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