Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Aug 2, 2024
1 parent ae1ce9f commit d90c34b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public Expression visitWhenClause(WhenClause whenClause, C context) {
return rewrite(this, whenClause, context);
}


/** rewrite */
public static final <C> Expression rewrite(ExpressionVisitor<Expression, C> rewriter, Expression expr, C context) {
List<Expression> newChildren = new ArrayList<>();
Expand Down

0 comments on commit d90c34b

Please sign in to comment.