diff --git a/lib/content-services/src/lib/services/alfresco-api.service.spec.ts b/lib/content-services/src/lib/services/alfresco-api.service.spec.ts index 07ae8ad9dc..7c341bf5d5 100644 --- a/lib/content-services/src/lib/services/alfresco-api.service.spec.ts +++ b/lib/content-services/src/lib/services/alfresco-api.service.spec.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts index 0f47b76bc9..6f9e407313 100644 --- a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts +++ b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts @@ -36,7 +36,7 @@ export const SHOULD_ADD_AUTH_TOKEN = new HttpContextToken(() => false); @Injectable() export class AuthenticationInterceptor implements HttpInterceptor { - constructor(private authService: Authentication) {} + constructor(private readonly authService: Authentication) {} intercept( req: HttpRequest, diff --git a/lib/core/src/lib/app-config/debug-app-config.service.ts b/lib/core/src/lib/app-config/debug-app-config.service.ts index 38e22abf35..6ab29752bd 100644 --- a/lib/core/src/lib/app-config/debug-app-config.service.ts +++ b/lib/core/src/lib/app-config/debug-app-config.service.ts @@ -21,7 +21,7 @@ import { AppConfigService, AppConfigValues } from './app-config.service'; @Injectable() export class DebugAppConfigService extends AppConfigService { - private storage = inject(StorageService); + private readonly storage = inject(StorageService); get(key: string, defaultValue?: T): T { if (key === AppConfigValues.OAUTHCONFIG) { diff --git a/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.spec.ts b/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.spec.ts index 989d200259..8609a1762d 100644 --- a/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.spec.ts +++ b/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.spec.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.ts b/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.ts index 7e6093ae92..b0a6d02cd3 100644 --- a/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.ts +++ b/lib/core/src/lib/auth/authentication-interceptor/authentication.interceptor.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.