Skip to content

Commit

Permalink
Remove unnecessary export
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578315553
  • Loading branch information
java-team-github-bot authored and Guice Team committed Nov 1, 2023
1 parent cf43582 commit 5eca4ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/com/google/inject/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ java_library(
":annotations",
":implemented_by",
":provided_by",
# TODO(user): caller_finder_common shouldn't be exported, but validation requires
# it be exported right now.
":caller_finder_common",
],
deps = [
":annotations",
Expand Down Expand Up @@ -125,7 +122,6 @@ gen_maven_artifact(
artifact_target_libs = [
":annotations",
":implemented_by",
":caller_finder_common",
":provided_by",
],
javadoc_srcs = [":javadoc-srcs"],
Expand Down

0 comments on commit 5eca4ef

Please sign in to comment.