@@ -1529,8 +1529,8 @@ function _laspReponse(keys) {
15291529/**
15301530 * Applies the server side LASP policies to a local configuration object
15311531 *
1532- * @param agent
1533- * @param {object } policies server side LASP policy
1532+ * @param { Agent } agent Agent instance
1533+ * @param {bject } policies server side LASP policy
15341534 * @returns {object } { missingRequired, finalPolicies } list of missing required fields and finalized LASP policy
15351535 */
15361536Config . prototype . _buildLaspPolicy = function _buildLaspPolicy ( agent , policies ) {
@@ -1595,7 +1595,7 @@ Config.prototype._buildLaspPolicy = function _buildLaspPolicy(agent, policies) {
15951595 * by the agent, if LASP-enabled. Responds with an error to shut down
15961596 * the agent if necessary.
15971597 *
1598- * @param agent
1598+ * @param { Agent } agent Agent instance
15991599 * @param {object } policies lasp policy
16001600 * @returns {CollectorResponse } The result of the processing, with the known
16011601 * policies as the response payload.
@@ -1745,9 +1745,9 @@ Config.prototype._warnDeprecations = function _warnDeprecations() {
17451745 * the environment variables will override their corresponding
17461746 * configuration file settings.
17471747 *
1748- * @param {object } config Optional configuration to be used in place of a config file.
1749- * @param root0
1750- * @param root0 .loggerInstance
1748+ * @param {object } [ config] Optional configuration to be used in place of a config file.
1749+ * @param { object } [deps] Optional dependencies
1750+ * @param { object } [deps .loggerInstance] Logger instance
17511751 * @returns {object } instantiated configuration object
17521752 */
17531753function initialize ( config , { loggerInstance } = { } ) {
0 commit comments