Skip to content

Commit bd210c5

Browse files
author
Harshit Vasu
committed
mminor changes whitespaces and stale commit
1 parent 0bfc582 commit bd210c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/browserstack/client/BrowserStackClient.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public Object parseAndClose(Reader reader, Type type) throws IOException {
8585
protected BrowserStackClient() {
8686
this.cacheMap = new BrowserStackCache<String, Object>();
8787
this.requestFactory = newRequestFactory();
88-
setProxy("127.0.0.1", 4444, "harshit", "password");
8988
}
9089

9190
public BrowserStackClient(String baseUrl, String username, String accessKey) {
@@ -144,8 +143,7 @@ public void initialize(HttpRequest httpRequest) throws IOException {
144143
});
145144
}
146145

147-
static HttpRequest newRequest(final HttpRequestFactory requestFactory, final Method method,
148-
final GenericUrl url) throws BrowserStackException {
146+
static HttpRequest newRequest(final HttpRequestFactory requestFactory, final Method method,final GenericUrl url) throws BrowserStackException {
149147
if (method == null) {
150148
throw new IllegalArgumentException("Invalid method");
151149
}

0 commit comments

Comments
 (0)