Skip to content

Commit

Permalink
Fix constructor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 24, 2024
1 parent bac5d07 commit af2b1cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export abstract class TestNode {
private _properties: any[];

/**
* @param factory - the factory that created this node
* @param elementName - the name of the XML element
*/
constructor(elementName: string) {
Expand Down

0 comments on commit af2b1cd

Please sign in to comment.