Skip to content

Commit

Permalink
[Core] [Notify] Fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed May 23, 2024
1 parent 71bf8d8 commit d90cbd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.concurrent.TimeUnit;

@Slf4j
@SuppressFBWarnings(value = {"NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"},
@SuppressFBWarnings(value = {"NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE", "RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"},
justification = "I prefer to suppress these FindBugs warnings")
public class HttpClient
{
Expand Down

0 comments on commit d90cbd2

Please sign in to comment.