From c915a5e7a546330503de448de493db8d970e7a22 Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Fri, 5 May 2023 13:09:21 +0200 Subject: [PATCH] Fix JSDoc errors --- src/dash/controllers/ContentSteeringController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dash/controllers/ContentSteeringController.js b/src/dash/controllers/ContentSteeringController.js index b8ca36e055..3957df0a51 100644 --- a/src/dash/controllers/ContentSteeringController.js +++ b/src/dash/controllers/ContentSteeringController.js @@ -417,7 +417,7 @@ function ContentSteeringController() { /** * Returns synthesized BaseURL elements based on Pathway Cloning * @param {BaseURL[]}referenceElements - * @returns {BaseURL[]|*[]} + * @returns {BaseURL[]} */ function getSynthesizedBaseUrlElements(referenceElements) { try { @@ -443,7 +443,7 @@ function ContentSteeringController() { /** * Returns synthesized Location elements based on Pathway Cloning * @param {MpdLocation[]} referenceElements - * @returns {MpdLocation[]|*[]} + * @returns {MpdLocation[]} */ function getSynthesizedLocationElements(referenceElements) { try { @@ -465,7 +465,7 @@ function ContentSteeringController() { /** * Helper function to synthesize elements * @param {array} referenceElements - * @returns {*[]} + * @returns {array} * @private */ function _getSynthesizedElements(referenceElements) {