From 25e16922d026864d668357f8a286c68c83977a8c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Dec 2014 21:25:17 -0800 Subject: [PATCH] GUAC-932: Use correct case for @type tag. --- .../src/main/webapp/app/rest/types/ProtocolParameter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole/src/main/webapp/app/rest/types/ProtocolParameter.js b/guacamole/src/main/webapp/app/rest/types/ProtocolParameter.js index c7ed463aa..34d87c81e 100644 --- a/guacamole/src/main/webapp/app/rest/types/ProtocolParameter.js +++ b/guacamole/src/main/webapp/app/rest/types/ProtocolParameter.js @@ -99,7 +99,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara * arbitrary string, where that string represents the username of the * user authenticating with the remote desktop service. * - * @type string + * @type String */ USERNAME : "USERNAME", @@ -108,7 +108,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara * arbitrary string, where that string represents the password of the * user authenticating with the remote desktop service. * - * @type string + * @type String */ PASSWORD : "PASSWORD", @@ -116,7 +116,7 @@ angular.module('rest').factory('ProtocolParameter', [function defineProtocolPara * The type string associated with parameters that may contain only * numeric values. * - * @type string + * @type String */ NUMERIC : "NUMERIC",