Skip to content

Commit dc3cc62

Browse files
Remove JavaDoc-breaking comment
1 parent 76e7409 commit dc3cc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/squareup/square/SquareClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ public Builder additionalHeaders(Headers additionalHeaders) {
740740
/**
741741
* The timeout to use for making HTTP requests.
742742
* @deprecated This method will be removed in a future version. Use
743-
* {@link #httpClientConfig()} instead.
743+
* httpClientConfig() instead.
744744
* @param timeout must be greater then 0.
745745
* @return Builder
746746
*/
@@ -784,4 +784,4 @@ public SquareClient build() {
784784
httpClientConfig, additionalHeaders, accessToken, authManagers, httpCallback);
785785
}
786786
}
787-
}
787+
}

0 commit comments

Comments
 (0)