File tree Expand file tree Collapse file tree
optimizer/src/main/java/dev/cel/optimizer/optimizers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171/**
7272 * Performs optimization for inlining constant scalar and aggregate literal values within function
73- * calls and select statements with their evaluated result.
73+ * calls and select statements with their evaluated result. test change
7474 */
7575public final class ConstantFoldingOptimizer implements CelAstOptimizer {
7676 private static final ConstantFoldingOptimizer INSTANCE =
@@ -83,7 +83,7 @@ public static ConstantFoldingOptimizer getInstance() {
8383
8484 /**
8585 * Returns a new instance of constant folding optimizer configured with the provided {@link
86- * ConstantFoldingOptions}.
86+ * ConstantFoldingOptions}. test change
8787 */
8888 public static ConstantFoldingOptimizer newInstance (
8989 ConstantFoldingOptions constantFoldingOptions ) {
You can’t perform that action at this time.
0 commit comments