From d5ac25a1a56140d41dac93817b2a4d6fa7f98b22 Mon Sep 17 00:00:00 2001 From: Andreas Awouters Date: Tue, 23 Jan 2024 13:26:08 +0100 Subject: [PATCH] 107873: Fix ProcessOverviewService doc comment --- src/app/process-page/overview/process-overview.service.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/process-page/overview/process-overview.service.ts b/src/app/process-page/overview/process-overview.service.ts index 75ea6451fc..87ac7f8947 100644 --- a/src/app/process-page/overview/process-overview.service.ts +++ b/src/app/process-page/overview/process-overview.service.ts @@ -10,10 +10,9 @@ import { ProcessStatus } from '../processes/process-status.model'; import { DatePipe } from '@angular/common'; import { PaginationComponentOptions } from '../../shared/pagination/pagination-component-options.model'; - - /** - * Service to retrieve + * Service to manage the processes displayed in the + * {@Link ProcessOverviewComponent} and the {@Link ProcessOverviewTableComponent} */ @Injectable({ providedIn: 'root',