Skip to content

Commit

Permalink
Also update UnnecessarilyVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Sep 7, 2023
1 parent 94b28fb commit 3fe5040
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public final class UnnecessarilyVisible extends BugChecker implements MethodTree
VisitorState.memoize(
s ->
Stream.of(
"com.google.errorprone.refaster.annotation.AfterTemplate",
"com.google.errorprone.refaster.annotation.BeforeTemplate",
"com.google.inject.Inject",
"com.google.inject.Provides",
"com.google.inject.multibindings.ProvidesIntoMap",
Expand Down

0 comments on commit 3fe5040

Please sign in to comment.