Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 16, 2023
1 parent 4ff9a56 commit 78cfcb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public final class NonStaticImport extends BugChecker implements CompilationUnit
ImmutableSet.of(
"com.google.common.base.Strings",
"com.google.errorprone.BugCheckerRefactoringTestHelper.TestMode",
"com.google.errorprone.util.ASTHelpers",
"com.google.errorprone.VisitorState",
"com.google.errorprone.util.ASTHelpers",
"java.time.Clock",
"java.time.ZoneOffset");

Expand Down

0 comments on commit 78cfcb7

Please sign in to comment.