Skip to content

Commit beb98c4

Browse files
committed
Update comment
1 parent 8b82e14 commit beb98c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ public class SqlStdOperatorTable extends ReflectiveSqlOperatorTable {
13001300
OperandTypes.INTEGER_INTEGER.or(OperandTypes.BINARY_BINARY));
13011301

13021302
/**
1303-
* <code>^</code> operator.
1303+
* <code>{@code ^}</code> operator.
13041304
*/
13051305
public static final SqlBinaryOperator BITXOR_OPERATOR =
13061306
new SqlMonotonicBinaryOperator(
@@ -1314,7 +1314,7 @@ public class SqlStdOperatorTable extends ReflectiveSqlOperatorTable {
13141314
// Both operands should support bitwise operations
13151315

13161316
/**
1317-
* <code><<</code> operator.
1317+
* <code>{@code <<}</code> operator.
13181318
*/
13191319
public static final SqlBinaryOperator LEFTSHIFT_OPERATOR =
13201320
new SqlBinaryOperator("<<", // Operator name

0 commit comments

Comments
 (0)