Skip to content

Commit

Permalink
remove suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jul 29, 2023
1 parent 412f1a4 commit f840540
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public LombokHandler(Config config) {
this.config = config;
}

@SuppressWarnings("ASTHelpersSuggestions") // Suggested API doesn't exist in EP 2.4.0
private boolean isLombokMethodWithMissingNullableAnnotation(
Symbol.MethodSymbol methodSymbol, VisitorState state) {
if (!ASTHelpers.hasAnnotation(methodSymbol, LOMBOK_GENERATED_ANNOTATION_NAME, state)) {
Expand Down

0 comments on commit f840540

Please sign in to comment.