Skip to content

Commit ae1cb15

Browse files
l46kokcopybara-github
authored andcommitted
Expose CelEnvironmentYamlParser
PiperOrigin-RevId: 731503848
1 parent 4b2131f commit ae1cb15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bundle/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ java_library(
1212

1313
java_library(
1414
name = "environment",
15-
visibility = ["//:internal"],
1615
exports = ["//bundle/src/main/java/dev/cel/bundle:environment"],
1716
)
1817

1918
java_library(
2019
name = "environment_exception",
21-
visibility = ["//:internal"],
2220
exports = ["//bundle/src/main/java/dev/cel/bundle:environment_exception"],
2321
)
2422

2523
java_library(
2624
name = "environment_yaml_parser",
27-
visibility = ["//:internal"],
2825
exports = ["//bundle/src/main/java/dev/cel/bundle:environment_yaml_parser"],
2926
)

0 commit comments

Comments
 (0)