File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
main/java/com/google/api/client/util
test/java/com/google/api/client/util Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import com .google .api .client .http .HttpHeaders ;
18
18
import com .google .api .client .http .HttpRequest ;
19
- import com .google .api .client .http .HttpResponse ;
20
19
import com .google .api .client .http .HttpStatusCodes ;
21
20
import com .google .common .annotations .VisibleForTesting ;
22
21
31
30
import io .opencensus .trace .Tracing ;
32
31
import io .opencensus .trace .propagation .TextFormat ;
33
32
34
- import java .io .IOException ;
35
33
import java .util .Collections ;
36
- import java .util .concurrent .atomic .AtomicLong ;
37
34
import java .util .logging .Level ;
38
35
import java .util .logging .Logger ;
39
36
import javax .annotation .Nullable ;
Original file line number Diff line number Diff line change 23
23
import com .google .api .client .http .HttpHeaders ;
24
24
25
25
import io .opencensus .trace .EndSpanOptions ;
26
- import io .opencensus .trace .AttributeValue ;
27
26
import io .opencensus .trace .NetworkEvent ;
28
27
import io .opencensus .trace .Span ;
29
28
import io .opencensus .trace .SpanId ;
You can’t perform that action at this time.
0 commit comments