File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/apache/calcite/sql/fun Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments