Skip to content

Commit

Permalink
Remove useless code in SQLDeleteStatement to avoid ambiguous method c…
Browse files Browse the repository at this point in the history
…all when setting null.
  • Loading branch information
lingo-xp committed Oct 21, 2024
1 parent 342d99b commit 8c8ff71
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ public SQLExprTableSource getExprTableSource() {
return (SQLExprTableSource) getTableSource();
}

public void setTableSource(SQLExpr expr) {
this.setTableSource(new SQLExprTableSource(expr));
}

public void setTableSource(SQLTableSource tableSource) {
if (tableSource != null) {
tableSource.setParent(this);
Expand Down

0 comments on commit 8c8ff71

Please sign in to comment.