Skip to content

Commit d8eeeeb

Browse files
authored
Update Expression.java
1 parent c6d8987 commit d8eeeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/sf/jsqlparser/expression/Expression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
public interface Expression {
2525

26-
String type = "";
26+
String expressionType = "";
2727
void accept(ExpressionVisitor expressionVisitor);
2828
}

0 commit comments

Comments
 (0)