diff --git a/gdpr/srv/pdm-service.cds b/gdpr/srv/pdm-service.cds index 9813479d..c74a2151 100644 --- a/gdpr/srv/pdm-service.cds +++ b/gdpr/srv/pdm-service.cds @@ -30,6 +30,6 @@ using { sap.capire.bookshop.OrderItems } from '@capire/orders'; Customer_Email @PersonalData.IsPotentiallyPersonal; }; - // Data Privacy annotations on 'Customers' and 'CustomerPostalAddress' are derived from original entity definitions + // Data Privacy annotations on 'Customers' and 'CustomerPostalAddress' are derived from original entity definitions }; \ No newline at end of file