mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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
|
* 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 {
|
||||||
|
Reference in New Issue
Block a user