Skip to content

Commit

Permalink
Fix error prone warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 12, 2024
1 parent 0e05ae5 commit 8ac7aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@
NullAway configuration:
--> -XepOpt:NullAway:AnnotatedPackages=edu.hm.hafner <!--
Disabled ErrorProne rule:
--> -Xep:PreferredInterfaceType:OFF <!--
Disabled ErrorProne rule:
--> -Xep:YodaCondition:OFF <!--
Disabled ErrorProne rule:
--> -Xep:ReturnMissingNullable:OFF <!--
Expand Down

0 comments on commit 8ac7aca

Please sign in to comment.