@@ -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