mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
ACS-8770: removed deprecated marks for adfHttpClient
This commit is contained in:
@@ -75,7 +75,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
|
||||
* Update the default security options
|
||||
*
|
||||
* @param options security options
|
||||
* @deprecated not used anywhere
|
||||
*/
|
||||
setDefaultSecurityOption(options: any) {
|
||||
this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options);
|
||||
@@ -85,7 +84,6 @@ export class AdfHttpClient implements ee.Emitter, JsApiHttpClient {
|
||||
* Merge objects
|
||||
*
|
||||
* @param objects objects to merge
|
||||
* @deprecated not used anywhere
|
||||
* @returns merged object
|
||||
*/
|
||||
merge(...objects): any {
|
||||
|
Reference in New Issue
Block a user