Skip to content

Commit c9a2aae

Browse files
committed
ACS-8770: removed deprecated marks for adfHttpClient
1 parent 8e111c4 commit c9a2aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/core/api/src/lib/adf-http-client.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
7575
* Update the default security options
7676
*
7777
* @param options security options
78-
* @deprecated not used anywhere
7978
*/
8079
setDefaultSecurityOption(options: any) {
8180
this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options);
@@ -85,7 +84,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
8584
* Merge objects
8685
*
8786
* @param objects objects to merge
88-
* @deprecated not used anywhere
8987
* @returns merged object
9088
*/
9189
merge(...objects): any {

0 commit comments

Comments
 (0)