Skip to content

Commit fef7374

Browse files
Merge pull request #47 from square/deanpapastrat/11.0.0-docs-hotfix
Remove JavaDoc-breaking comment
2 parents 76e7409 + dc3cc62 commit fef7374

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)