Skip to content

Commit

Permalink
Merge pull request #41 from senthuran16/rejected-execution-findbugs-m…
Browse files Browse the repository at this point in the history
…aster

Fix Findbugs issue for #40
  • Loading branch information
senthuran16 authored Sep 1, 2023
2 parents c28cf00 + 0318af3 commit 472c0f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@
<Class name="io.siddhi.extension.io.grpc.sink.GrpcCallSink$ListenableFutureWrapper$1"/>
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE"/>
</Match>
<Match>
<Class name="io.siddhi.extension.io.grpc.source.GenericServiceServer$1"/>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
</Match>
</FindBugsFilter>

0 comments on commit 472c0f8

Please sign in to comment.