We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea9ca6 commit b62e506Copy full SHA for b62e506
google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java
@@ -1003,6 +1003,7 @@ public HttpResponse execute() throws IOException {
1003
// execute
1004
lowLevelHttpRequest.setTimeout(connectTimeout, readTimeout);
1005
// switch tracing scope to current span
1006
+ @SuppressWarnings("MustBeClosedChecker")
1007
Scope ws = tracer.withSpan(span);
1008
OpenCensusUtils.recordSentMessageEvent(
1009
span, sentIdGenerator++, lowLevelHttpRequest.getContentLength());
0 commit comments