Skip to content

Commit 35489ab

Browse files
author
JW Wesson
committed
fix docs formatting
1 parent f9a730a commit 35489ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/textkernel/tx/TxClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public class TxClient {
112112
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
113113
* @param accountId - The account id for your account
114114
* @param serviceKey - The service key for your account
115-
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or @link DataCenter#AU}
115+
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
116116
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty
117117
*/
118118
public TxClient(String accountId, String serviceKey, DataCenter dataCenter) {
@@ -123,7 +123,7 @@ public TxClient(String accountId, String serviceKey, DataCenter dataCenter) {
123123
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
124124
* @param accountId - The account id for your account
125125
* @param serviceKey - The service key for your account
126-
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or @link DataCenter#AU}
126+
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
127127
* @param trackingTags - Optional tags to use to track API usage for your account
128128
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty
129129
*/
@@ -135,7 +135,7 @@ public TxClient(String accountId, String serviceKey, DataCenter dataCenter, List
135135
* Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
136136
* @param accountId - The account id for your account
137137
* @param serviceKey - The service key for your account
138-
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU} or {@link DataCenter#AU}
138+
* @param dataCenter - The Data Center for your account. Either {@link DataCenter#US}, {@link DataCenter#EU}, or {@link DataCenter#AU}
139139
* @param trackingTags - Optional tags to use to track API usage for your account
140140
* @param httpTimeoutSecs - Optional override for the OkHttp client read timeout (write and connect are 10 seconds, read is 30 seconds by default)
141141
* @throws IllegalArgumentException if the accountId, serviceKey, or dataCenter are null/empty

0 commit comments

Comments
 (0)