Skip to content

Commit

Permalink
Closes JSQLParser#1004, removed superfluous constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
d2a-raudenaerde committed Aug 2, 2022
1 parent ba84580 commit fa456e0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ public class RowTypeConstructor extends ASTNodeAccessImpl implements Expression
private ArrayList<ColumnDefinition> columnDefinitions = new ArrayList<>();
private String name = null;

public RowTypeConstructor() {
}

public ArrayList<ColumnDefinition> getColumnDefinitions() {
return columnDefinitions;
}
Expand Down

0 comments on commit fa456e0

Please sign in to comment.