Skip to content

Commit

Permalink
Remove an unnecessary suppression
Browse files Browse the repository at this point in the history
Follow-up to c83ba54

PiperOrigin-RevId: 580124237
  • Loading branch information
cushon authored and Error Prone Team committed Nov 7, 2023
1 parent 93770e3 commit af227ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,6 @@ public static boolean isLocal(Symbol symbol) {
}

/** Returns true if the symbol is static. Returns {@code false} for module symbols. */
@SuppressWarnings("ASTHelpersSuggestions")
public static boolean isStatic(Symbol symbol) {
switch (symbol.getKind()) {
case MODULE:
Expand Down

0 comments on commit af227ac

Please sign in to comment.