diff --git a/package.json b/package.json index 5f6dad12..dbf5ac8e 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "eslint": "^8.57.0", "eslint-watch": "^8.0.0", "js-beautify": "^1.15.1", - "jsdoc": "^4.0.2", + "jsdoc": "^4.0.3", "@jsdoc/salty": "^0.2.8", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "^2.2.1", "karma-junit-reporter": "^2.0.1", "karma-ui5": "^3.0.4", - "@ui5/cli": "^3.9.2", + "@ui5/cli": "^3.10.0", "coveralls": "^3.1.1", "replace-in-file": "^7.1.0", "js-yaml": "^4.1.0", diff --git a/src/sap/fhir/model/r4/FHIRUtils.js b/src/sap/fhir/model/r4/FHIRUtils.js index aeaa3577..79adffac 100644 --- a/src/sap/fhir/model/r4/FHIRUtils.js +++ b/src/sap/fhir/model/r4/FHIRUtils.js @@ -746,8 +746,8 @@ sap.ui.define([ /** * Filters an array of FHIR resources by their IDs, removing those that match the provided IDs. - * @param {Array} aResources - The array of FHIR resources to filter. - * @param {Array} aSIds - The array of resource IDs to exclude from the filtered result. + * @param {Array} aResource - The array of FHIR resources to filter. + * @param {Array} aID - The array of resource IDs to exclude from the filtered result. * @returns {Array} - The filtered array of FHIR resources. * @private * @since 2.4.0