ACS-8770: removed deprecated marks for adfHttpClient

This commit is contained in:
Anton Ramanovich
2025-06-24 10:28:43 +02:00
parent 946e6d8014
commit 10673e5803

View File

@@ -75,7 +75,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
* Update the default security options * Update the default security options
* *
* @param options security options * @param options security options
* @deprecated not used anywhere
*/ */
setDefaultSecurityOption(options: any) { setDefaultSecurityOption(options: any) {
this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options); this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options);
@@ -85,7 +84,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
* Merge objects * Merge objects
* *
* @param objects objects to merge * @param objects objects to merge
* @deprecated not used anywhere
* @returns merged object * @returns merged object
*/ */
merge(...objects): any { merge(...objects): any {