Skip to content

Commit

Permalink
refactor: remove deprecated method transformToTD()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Mar 21, 2024
1 parent 4337ee8 commit 1b54f9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions node/aas-aid/src/asset-interface-description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 1b54f9c

Please sign in to comment.