File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
main/java/com/google/api/client
test/java/com/google/api/client/util Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
import com .google .api .client .util .IOUtils ;
19
19
import com .google .api .client .util .LoggingStreamingContent ;
20
20
import com .google .api .client .util .ObjectParser ;
21
+ import com .google .api .client .util .OpenCensusUtils ;
21
22
import com .google .api .client .util .Preconditions ;
22
23
import com .google .api .client .util .Sleeper ;
23
24
import com .google .api .client .util .StreamingContent ;
Original file line number Diff line number Diff line change 12
12
* the License.
13
13
*/
14
14
15
- package com .google .api .client .http ;
15
+ package com .google .api .client .util ;
16
16
17
- import com .google .api .client .util .Preconditions ;
17
+ import com .google .api .client .http .HttpHeaders ;
18
+ import com .google .api .client .http .HttpRequest ;
19
+ import com .google .api .client .http .HttpStatusCodes ;
18
20
import com .google .common .annotations .VisibleForTesting ;
19
21
20
22
import io .opencensus .contrib .http .util .HttpPropagationUtil ;
Original file line number Diff line number Diff line change 12
12
* the License.
13
13
*/
14
14
15
- package com .google .api .client .http ;
15
+ package com .google .api .client .util ;
16
16
17
17
import static org .junit .Assert .assertEquals ;
18
18
import static org .junit .Assert .assertNotNull ;
21
21
import static org .mockito .Mockito .verify ;
22
22
23
23
import com .google .api .client .http .HttpHeaders ;
24
- import com .google .api .client .http .OpenCensusUtils ;
25
24
import io .opencensus .trace .EndSpanOptions ;
26
25
import io .opencensus .trace .NetworkEvent ;
27
26
import io .opencensus .trace .Span ;
You can’t perform that action at this time.
0 commit comments