GUACAMOLE-422: Update documentation and style; tweaks to GuacamoleProtocolVersion implementation.

This commit is contained in:
Nick Couchman
2019-05-06 11:29:09 -04:00
parent 381bca07fd
commit d534a7085d
5 changed files with 49 additions and 14 deletions

View File

@@ -372,11 +372,11 @@ public abstract class TunnelRequest {
}
/**
* Returns the value of the timezone parameter declared within the
* tunnel request.
* Returns the tz database value of the timezone declared by the client
* within the tunnel request.
*
* @return
* The string value of the timezone parameter as reported by
* The tz database value of the timezone parameter as reported by
* the client.
*/
public String getTimezone() {

View File

@@ -104,7 +104,8 @@ angular.module('settings').provider('preferenceService', ['$injector',
* by the JSTZ timezone library.
*
* @returns String
* The name of the currently-detected timezone.
* The name of the currently-detected timezone in tz database
* format.
*/
var getDetectedTimezone = function getDetectedTimezone() {
return jstz.determine().name();