diff --git a/lib/core/api/src/lib/adf-http-client.service.ts b/lib/core/api/src/lib/adf-http-client.service.ts index 0450625249..608171c855 100644 --- a/lib/core/api/src/lib/adf-http-client.service.ts +++ b/lib/core/api/src/lib/adf-http-client.service.ts @@ -274,7 +274,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient { /** * Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first. - * * @param contentTypes a contentType array * @returns The chosen content type, preferring JSON. */ @@ -299,7 +298,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient { *
  • application/json; charset=UTF8
  • *
  • APPLICATION/JSON
  • * - * * @param contentType The MIME content type to check. * @returns true if contentType represents JSON, otherwise false. */ @@ -344,7 +342,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient { /** * Deserialize an HTTP response body into a value of the specified type. - * * @param response response object * @param returnType return type * @returns deserialized object diff --git a/lib/core/src/lib/auth/oidc/auth.module.ts b/lib/core/src/lib/auth/oidc/auth.module.ts index 9e39a0e81d..0a38919fa7 100644 --- a/lib/core/src/lib/auth/oidc/auth.module.ts +++ b/lib/core/src/lib/auth/oidc/auth.module.ts @@ -35,7 +35,6 @@ export const JWT_STORAGE_SERVICE = new InjectionToken('JWT_STORAGE /** * Create a Login Factory function - * * @param redirectService auth redirect service * @returns a factory function */