update comment to correctly describe component's purpose

This commit is contained in:
Sascha Szott
2024-11-07 19:58:01 +01:00
committed by GitHub
parent 25d8f6e323
commit 33dddc697f

View File

@@ -30,7 +30,7 @@ import { ResourcePoliciesComponent } from '../../shared/resource-policies/resour
standalone: true, standalone: true,
}) })
/** /**
* Component that handles the Collection Authorizations * Component that handles the Bitstream Authorizations
*/ */
export class BitstreamAuthorizationsComponent<TDomain extends DSpaceObject> implements OnInit { export class BitstreamAuthorizationsComponent<TDomain extends DSpaceObject> implements OnInit {