Skip to content

Commit

Permalink
Further revert StaticImport changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 29, 2022
1 parent 3415f92 commit fec8d52
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ public final class StaticImport extends BugChecker implements MemberSelectTreeMa
"INSTANCE",
"newBuilder",
"of",
"valueOf",
"values");
"valueOf");

/** Instantiates a new {@link StaticImport} instance. */
public StaticImport() {}
Expand Down

0 comments on commit fec8d52

Please sign in to comment.