Skip to content

Commit 3d04d6d

Browse files
stanleyycheungcopybara-github
authored andcommitted
test
PiperOrigin-RevId: 952734067
1 parent db6432f commit 3d04d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

optimizer/src/main/java/dev/cel/optimizer/optimizers/ConstantFoldingOptimizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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
*/
7575
public 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) {

0 commit comments

Comments
 (0)