mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-932: Use correct case for @type tag.
This commit is contained in:
@@ -99,7 +99,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara
|
|||||||
* arbitrary string, where that string represents the username of the
|
* arbitrary string, where that string represents the username of the
|
||||||
* user authenticating with the remote desktop service.
|
* user authenticating with the remote desktop service.
|
||||||
*
|
*
|
||||||
* @type string
|
* @type String
|
||||||
*/
|
*/
|
||||||
USERNAME : "USERNAME",
|
USERNAME : "USERNAME",
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara
|
|||||||
* arbitrary string, where that string represents the password of the
|
* arbitrary string, where that string represents the password of the
|
||||||
* user authenticating with the remote desktop service.
|
* user authenticating with the remote desktop service.
|
||||||
*
|
*
|
||||||
* @type string
|
* @type String
|
||||||
*/
|
*/
|
||||||
PASSWORD : "PASSWORD",
|
PASSWORD : "PASSWORD",
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara
|
|||||||
* The type string associated with parameters that may contain only
|
* The type string associated with parameters that may contain only
|
||||||
* numeric values.
|
* numeric values.
|
||||||
*
|
*
|
||||||
* @type string
|
* @type String
|
||||||
*/
|
*/
|
||||||
NUMERIC : "NUMERIC",
|
NUMERIC : "NUMERIC",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user