Skip to content

Commit 60e19b1

Browse files
committed
remove: annotations for manual handling of null values
1 parent 9672f9a commit 60e19b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static HttpRequest newRequest(final HttpRequestFactory requestFactory, final Met
156156
* @param proxyPassword password of the proxy
157157
*/
158158

159-
public void setProxy(@Nonnull final String proxyHost, @Nonnull final int proxyPort, @Nullable final String proxyUsername, @Nullable final String proxyPassword) {
159+
public void setProxy(final String proxyHost, final int proxyPort, final String proxyUsername, final String proxyPassword) {
160160

161161
if (proxyHost == null || proxyPort == 0) {
162162
return;

0 commit comments

Comments
 (0)