diff --git a/src/sap/fhir/model/r4/FHIRModel.js b/src/sap/fhir/model/r4/FHIRModel.js index 7c0fce73..8311a6bd 100644 --- a/src/sap/fhir/model/r4/FHIRModel.js +++ b/src/sap/fhir/model/r4/FHIRModel.js @@ -815,11 +815,11 @@ sap.ui.define([ }; /** - * Retrieves an array of resources that have been removed from the FHIR model. - * Iterates through the removed resources, - * retrieves corresponding resources from the model, and returns them. - * @returns {Array} An array containing the removed resources. - */ + * Retrieves an array of resources that have been removed from the FHIR model. + * Iterates through the removed resources, + * retrieves corresponding resources from the model, and returns them. + * @returns {Array} An array containing the removed resources. + */ FHIRModel.prototype.getRemovedResourcesObject = function () { var resources = []; for (var type in this.mRemovedResources) {