Skip to content

Commit ceece69

Browse files
Stephen Robertscopybara-github
authored andcommitted
Update CelBindingsExtensions class visibility to public
PiperOrigin-RevId: 835147547
1 parent c883c31 commit ceece69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/src/main/java/dev/cel/extensions/CelBindingsExtensions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
/** Internal implementation of the CEL local binding extensions. */
3333
@Immutable
34-
final class CelBindingsExtensions implements CelCompilerLibrary, CelExtensionLibrary.FeatureSet {
34+
public final class CelBindingsExtensions
35+
implements CelCompilerLibrary, CelExtensionLibrary.FeatureSet {
3536
private static final String CEL_NAMESPACE = "cel";
3637
private static final String UNUSED_ITER_VAR = "#unused";
3738

0 commit comments

Comments
 (0)