Skip to content

Commit 68d1294

Browse files
committed
CastExpression favours cast keyword instead of ::
1 parent 8cf8b4b commit 68d1294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import net.sf.jsqlparser.statement.create.table.ColDataType;
2525

2626
/**
27-
*
27+
*
2828
* @author tw
2929
*/
3030
public class CastExpression implements Expression {

0 commit comments

Comments
 (0)