From 1b54f9cb6a15b58d084a98c3c66046f481003b8e Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Thu, 21 Mar 2024 11:24:11 +0100 Subject: [PATCH] refactor: remove deprecated method transformToTD() --- node/aas-aid/src/asset-interface-description.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node/aas-aid/src/asset-interface-description.ts b/node/aas-aid/src/asset-interface-description.ts index cf54d5f..e39af16 100644 --- a/node/aas-aid/src/asset-interface-description.ts +++ b/node/aas-aid/src/asset-interface-description.ts @@ -242,11 +242,6 @@ export class AssetInterfaceDescriptionUtil { return JSON.stringify(aidObject); } - /** @deprecated use transformAAS2TD method instead */ - public transformToTD(aid: string, template?: string, submodelRegex?: string): string { - return this.transformAAS2TD(aid, template, submodelRegex); - } - /* * PRIVATE IMPLEMENTATION METHODS ARE FOLLOWING *