File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/java/com/browserstack/client Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
import com .fasterxml .jackson .core .JsonProcessingException ;
16
16
import com .fasterxml .jackson .databind .ObjectMapper ;
17
17
import com .fasterxml .jackson .databind .node .ObjectNode ;
18
-
18
+ import com .google .api .client .http .GenericUrl ;
19
+ import com .google .api .client .http .HttpHeaders ;
19
20
import com .google .api .client .http .HttpRequest ;
20
21
import com .google .api .client .http .HttpRequestFactory ;
21
22
import com .google .api .client .http .HttpRequestInitializer ;
22
- import com .google .api .client .http .HttpTransport ;
23
- import com .google .api .client .http .GenericUrl ;
24
- import com .google .api .client .http .HttpHeaders ;
25
23
import com .google .api .client .http .HttpResponse ;
26
-
24
+ import com . google . api . client . http . HttpTransport ;
27
25
import com .google .api .client .http .apache .v2 .ApacheHttpTransport ;
28
26
import com .google .api .client .util .ObjectParser ;
29
27
import org .apache .commons .codec .binary .Base64 ;
You can’t perform that action at this time.
0 commit comments