Skip to content

Commit

Permalink
--- auto-generation of javadocs ---
Browse files Browse the repository at this point in the history
  • Loading branch information
sovren-ci committed Oct 3, 2024
1 parent f9a730a commit 8de65bc
Show file tree
Hide file tree
Showing 793 changed files with 840 additions and 794 deletions.
2 changes: 1 addition & 1 deletion docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/DataCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DataCenter (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
37 changes: 35 additions & 2 deletions docs/com/textkernel/tx/TxClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:31 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxClient (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down Expand Up @@ -166,6 +166,15 @@ <h3>Constructor Summary</h3>
<div class="block">Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/textkernel/tx/TxClient.html#TxClient-java.lang.String-java.lang.String-com.textkernel.tx.DataCenter-java.util.List-long-">TxClient</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accountId,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceKey,
<a href="../../../com/textkernel/tx/DataCenter.html" title="class in com.textkernel.tx">DataCenter</a>&nbsp;dataCenter,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;trackingTags,
long&nbsp;httpTimeoutSecs)</code>
<div class="block">Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console</div>
</td>
</tr>
</table>
</li>
</ul>
Expand Down Expand Up @@ -862,7 +871,7 @@ <h4>TxClient</h4>
<a name="TxClient-java.lang.String-java.lang.String-com.textkernel.tx.DataCenter-java.util.List-">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>TxClient</h4>
<pre>public&nbsp;TxClient(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accountId,
Expand All @@ -874,8 +883,32 @@ <h4>TxClient</h4>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>accountId</code> - - The account id for your account</dd>
<dd><code>serviceKey</code> - - The service key for your account</dd>
<dd><code>dataCenter</code> - - The Data Center for your account. Either <a href="../../../com/textkernel/tx/DataCenter.html#US"><code>DataCenter.US</code></a>, <a href="../../../com/textkernel/tx/DataCenter.html#EU"><code>DataCenter.EU</code></a>, or @link DataCenter#AU}</dd>
<dd><code>trackingTags</code> - - Optional tags to use to track API usage for your account</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the accountId, serviceKey, or dataCenter are null/empty</dd>
</dl>
</li>
</ul>
<a name="TxClient-java.lang.String-java.lang.String-com.textkernel.tx.DataCenter-java.util.List-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TxClient</h4>
<pre>public&nbsp;TxClient(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accountId,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceKey,
<a href="../../../com/textkernel/tx/DataCenter.html" title="class in com.textkernel.tx">DataCenter</a>&nbsp;dataCenter,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;trackingTags,
long&nbsp;httpTimeoutSecs)</pre>
<div class="block">Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>accountId</code> - - The account id for your account</dd>
<dd><code>serviceKey</code> - - The service key for your account</dd>
<dd><code>dataCenter</code> - - The Data Center for your account. Either <a href="../../../com/textkernel/tx/DataCenter.html#US"><code>DataCenter.US</code></a>, <a href="../../../com/textkernel/tx/DataCenter.html#EU"><code>DataCenter.EU</code></a> or <a href="../../../com/textkernel/tx/DataCenter.html#AU"><code>DataCenter.AU</code></a></dd>
<dd><code>trackingTags</code> - - Optional tags to use to track API usage for your account</dd>
<dd><code>httpTimeoutSecs</code> - - Optional override for the OkHttp client read timeout (write and connect are 10 seconds, read is 30 seconds by default)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the accountId, serviceKey, or dataCenter are null/empty</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/TxUIClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:31 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxUIClient (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
11 changes: 10 additions & 1 deletion docs/com/textkernel/tx/class-use/DataCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.DataCenter (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down Expand Up @@ -144,6 +144,15 @@ <h3>Uses of <a href="../../../../com/textkernel/tx/DataCenter.html" title="class
<div class="block">Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/textkernel/tx/TxClient.html#TxClient-java.lang.String-java.lang.String-com.textkernel.tx.DataCenter-java.util.List-long-">TxClient</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accountId,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceKey,
<a href="../../../../com/textkernel/tx/DataCenter.html" title="class in com.textkernel.tx">DataCenter</a>&nbsp;dataCenter,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;trackingTags,
long&nbsp;httpTimeoutSecs)</code>
<div class="block">Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console</div>
</td>
</tr>
</tbody>
</table>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/class-use/TxClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.TxClient (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/class-use/TxUIClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.TxUIClient (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/TxException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxGeocodeJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxGeocodeResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/TxIndexJobException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxIndexJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxIndexResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxProfessionNormalizationJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxProfessionNormalizationResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxUsableJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TxUsableResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxGeocodeJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxGeocodeResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxIndexJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxIndexResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxProfessionNormalizationJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxProfessionNormalizationResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxUsableJobException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.exceptions.TxUsableResumeException (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.textkernel.tx.exceptions (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.textkernel.tx.exceptions (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.textkernel.tx.exceptions Class Hierarchy (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/exceptions/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.textkernel.tx.exceptions (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/http/HttpResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:30 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:19 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HttpResponse (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/http/class-use/HttpResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.textkernel.tx.http.HttpResponse (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
2 changes: 1 addition & 1 deletion docs/com/textkernel/tx/http/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:29:32 UTC 2024 -->
<!-- Generated by javadoc (1.8.0_422) on Thu Oct 03 19:43:20 UTC 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.textkernel.tx.http (Textkernel Tx Java SDK 2.3.2 API)</title>
<meta name="date" content="2024-10-03">
Expand Down
Loading

0 comments on commit 8de65bc

Please sign in to comment.