We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dc81e commit fd7d4e6Copy full SHA for fd7d4e6
1 file changed
dd-trace-core/src/main/java/datadog/trace/common/writer/RemoteApi.java
@@ -1,7 +1,6 @@
1
package datadog.trace.common.writer;
2
3
import datadog.trace.relocate.api.IOLogger;
4
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
5
import java.io.IOException;
6
import java.util.Optional;
7
import java.util.OptionalInt;
@@ -77,7 +76,6 @@ protected String createSendLogMessage(
77
76
+ ".";
78
}
79
80
- @SuppressFBWarnings("DCN_NULLPOINTER_EXCEPTION")
81
protected static String getResponseBody(okhttp3.Response response) {
82
if (response != null) {
83
try {
0 commit comments