Skip to content

Commit 4199d70

Browse files
committed
[java] Avoiding hiding "internal" package so that selenium-api exports it
Fixes #11069
1 parent 5fba3a2 commit 4199d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/src/org/openqa/selenium/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ java_export(
2323
]),
2424
hides = [
2525
"org.openqa.selenium.interactions.internal",
26-
"org.openqa.selenium.internal",
2726
],
2827
maven_coordinates = "org.seleniumhq.selenium:selenium-api:%s" % SE_VERSION,
2928
opens_to = [

0 commit comments

Comments
 (0)