Skip to content

Commit

Permalink
fix docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JW Wesson committed Oct 3, 2024
1 parent f9a730a commit 35489ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/textkernel/tx/TxClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class TxClient {
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
* @param accountId - The account id for your account
* @param serviceKey - The service key for your account
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or @link DataCenter#AU}
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty
*/
public TxClient(String accountId, String serviceKey, DataCenter dataCenter) {
Expand All @@ -123,7 +123,7 @@ public TxClient(String accountId, String serviceKey, DataCenter dataCenter) {
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
* @param accountId - The account id for your account
* @param serviceKey - The service key for your account
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or @link DataCenter#AU}
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
* @param trackingTags - Optional tags to use to track API usage for your account
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty
*/
Expand All @@ -135,7 +135,7 @@ public TxClient(String accountId, String serviceKey, DataCenter dataCenter, List
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
* @param accountId - The account id for your account
* @param serviceKey - The service key for your account
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU} or {@link DataCenter#AU}
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
* @param trackingTags - Optional tags to use to track API usage for your account
* @param httpTimeoutSecs - Optional override for the OkHttp client read timeout (write and connect are 10 seconds, read is 30 seconds by default)
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty
Expand Down

0 comments on commit 35489ab

Please sign in to comment.