Skip to content

Commit 37f1147

Browse files
author
Harshit Vasu
committed
minor change in the javadoc
1 parent 3e147e0 commit 37f1147

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,11 @@ public BrowserStackClient(String baseUrl, String username, String accessKey) {
106106
}
107107

108108
/**
109-
* Provides configuration of proxy for http requests.
110-
* Calling the method will modify the HTTP_TRANSPORT and set the requestFactory with configuration for proxy and authentication
109+
* Sets proxy configuration for requests
110+
* @param proxyHost Host of the proxy
111+
* @param proxyPort Port of the proxy
112+
* @param proxyUsername Username of proxy
113+
* @param proxyPassword password of the proxy
111114
*/
112115

113116
public void setProxy(final String proxyHost, final int proxyPort, final String proxyUsername, final String proxyPassword) {

0 commit comments

Comments
 (0)