GUAC-1160: Field and FieldOption should not be specific to remote desktop connection parameters.

This commit is contained in:
Michael Jumper
2015-04-15 19:48:31 -07:00
parent e1f769fcbc
commit 2b97317dbb
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ angular.module('rest').factory('Field', [function defineField() {
/**
* The object returned by REST API calls when representing the data
* associated with a configuration parameter of a remote desktop protocol.
* associated with a field or configuration parameter.
*
* @constructor
* @param {Field|Object} [template={}]

View File

@@ -27,7 +27,7 @@ angular.module('rest').factory('FieldOption', [function defineFieldOption() {
/**
* The object returned by REST API calls when representing a single possible
* legal value of a configuration parameter of a remote desktop protocol.
* legal value of a field.
*
* @constructor
* @param {FieldOption|Object} [template={}]