107873: Fix ProcessOverviewService doc comment

This commit is contained in:
Andreas Awouters
2024-01-23 13:26:08 +01:00
parent 41bbf81f18
commit d5ac25a1a5

View File

@@ -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',