Skip to content

Commit

Permalink
Revert "supressing redundant nullcheck warnings called by 2.407 (#420)"
Browse files Browse the repository at this point in the history
This reverts commit 43b0271.
  • Loading branch information
nikita-tkachenko-datadog committed May 3, 2024
1 parent ed3401b commit 2ee7ffd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class DatadogQueueListener extends QueueListener {
private static final ExecutorService threadPool = Executors.newCachedThreadPool();

@Override
@SuppressFBWarnings("RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE")
public void onEnterBuildable(Queue.BuildableItem item) {
try {
if (!DatadogUtilities.getDatadogGlobalDescriptor().getEnableCiVisibility()) {
Expand Down Expand Up @@ -69,7 +68,6 @@ public void onEnterBuildable(Queue.BuildableItem item) {
}

@Override
@SuppressFBWarnings("RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE")
public void onLeaveBuildable(Queue.BuildableItem item) {
try {
if (!DatadogUtilities.getDatadogGlobalDescriptor().getEnableCiVisibility()) {
Expand Down

0 comments on commit 2ee7ffd

Please sign in to comment.