Skip to content

Commit b74bc97

Browse files
Merge pull request #4 from saviynt/INTGN-2552
Resolves INTGN-2552
2 parents 25c4eda + de17e97 commit b74bc97

File tree

117 files changed

+491
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+491
-222
lines changed

allclasses-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

allclasses.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

allpackages-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

com/saviynt/ssm/abstractConnector/AbstractFormatter.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>AbstractFormatter</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -224,7 +224,7 @@ <h3>Method Summary</h3>
224224
<!-- -->
225225
</a>
226226
<h3>Methods inherited from class&nbsp;Object</h3>
227-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
227+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
228228
</ul>
229229
</li>
230230
</ul>

com/saviynt/ssm/abstractConnector/BaseConnector.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>BaseConnector</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -128,7 +128,7 @@ <h2 title="Interface BaseConnector" class="title">Interface BaseConnector</h2>
128128
<dd><code><a href="BaseConnectorSpecification.html" title="class in com.saviynt.ssm.abstractConnector">BaseConnectorSpecification</a></code></dd>
129129
</dl>
130130
<hr>
131-
<pre>public interface <span class="typeNameLabel">BaseConnector</span></pre>
131+
<pre>interface <span class="typeNameLabel">BaseConnector</span></pre>
132132
</li>
133133
</ul>
134134
</div>
@@ -375,7 +375,7 @@ <h3>Method Summary</h3>
375375
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#test(java.util.Map,java.util.Map)">test</a></span>&#8203;(Map&lt;String,&#8203;Object&gt;&nbsp;configData,
376376
Map&lt;String,&#8203;Object&gt;&nbsp;filterData)</code></th>
377377
<td class="colLast">
378-
<div class="block">Implement this method to display the <em>"Save and Test"</em> connection button on the Add/Update connection page and test the connectivity between EIC and your target application.</div>
378+
<div class="block">Implement this method to test the connectivity between EIC and your target application.</div>
379379
</td>
380380
</tr>
381381
<tr id="i29" class="rowColor">
@@ -544,7 +544,8 @@ <h4>test</h4>
544544
<a href="exceptions/InvalidAttributeValueException.html" title="class in com.saviynt.ssm.abstractConnector.exceptions">InvalidAttributeValueException</a>,
545545
<a href="exceptions/OperationTimeoutException.html" title="class in com.saviynt.ssm.abstractConnector.exceptions">OperationTimeoutException</a>,
546546
<a href="exceptions/MissingKeyException.html" title="class in com.saviynt.ssm.abstractConnector.exceptions">MissingKeyException</a></pre>
547-
<div class="block">Implement this method to display the <em>"Save and Test"</em> connection button on the Add/Update connection page and test the connectivity between EIC and your target application. This method is currently applicable only for a Windows (Microservices-based) connector.</div>
547+
<div class="block">Implement this method to test the connectivity between EIC and your target application. This method is applicable for all connectorMS based connectors.
548+
<b>Note: From v23.3 onwards, the method return type has been changed to <em>Map</em> from <em>Boolean</em></b></div>
548549
<dl>
549550
<dt><span class="paramLabel">Parameters:</span></dt>
550551
<dd><code>configData</code> - Stores metadata and contains information about configurations required for establishing the connection between the EIC and the target application.</dd>

com/saviynt/ssm/abstractConnector/BaseConnectorSpecification.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>BaseConnectorSpecification</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -251,7 +251,7 @@ <h3>Method Summary</h3>
251251
<!-- -->
252252
</a>
253253
<h3>Methods inherited from class&nbsp;Object</h3>
254-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
254+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
255255
</ul>
256256
<ul class="blockList">
257257
<li class="blockList"><a id="methods.inherited.from.class.BaseConnector">

com/saviynt/ssm/abstractConnector/ConfigDataVo.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>ConfigDataVo</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -240,7 +240,7 @@ <h3>Method Summary</h3>
240240
<!-- -->
241241
</a>
242242
<h3>Methods inherited from class&nbsp;Object</h3>
243-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
243+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
244244
</ul>
245245
</li>
246246
</ul>

com/saviynt/ssm/abstractConnector/ExposedObject.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>ExposedObject</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -210,7 +210,7 @@ <h3>Method Summary</h3>
210210
<!-- -->
211211
</a>
212212
<h3>Methods inherited from class&nbsp;Enum</h3>
213-
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
213+
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
214214
</ul>
215215
<ul class="blockList">
216216
<li class="blockList"><a id="methods.inherited.from.class.Object">

com/saviynt/ssm/abstractConnector/FileTransferConfigVo.html

+49-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>FileTransferConfigVo</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -90,13 +90,13 @@
9090
<ul class="subNavList">
9191
<li>Summary:&nbsp;</li>
9292
<li>Nested&nbsp;|&nbsp;</li>
93-
<li>Field&nbsp;|&nbsp;</li>
93+
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
9494
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
9595
<li><a href="#method.summary">Method</a></li>
9696
</ul>
9797
<ul class="subNavList">
9898
<li>Detail:&nbsp;</li>
99-
<li>Field&nbsp;|&nbsp;</li>
99+
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
100100
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
101101
<li><a href="#method.detail">Method</a></li>
102102
</ul>
@@ -149,6 +149,29 @@ <h2 title="Class FileTransferConfigVo" class="title">Class FileTransferConfigVo<
149149
<div class="summary">
150150
<ul class="blockList">
151151
<li class="blockList">
152+
<!-- =========== FIELD SUMMARY =========== -->
153+
<section role="region">
154+
<ul class="blockList">
155+
<li class="blockList"><a id="field.summary">
156+
<!-- -->
157+
</a>
158+
<h3>Field Summary</h3>
159+
<table class="memberSummary">
160+
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
161+
<tr>
162+
<th class="colFirst" scope="col">Modifier and Type</th>
163+
<th class="colSecond" scope="col">Field</th>
164+
<th class="colLast" scope="col">Description</th>
165+
</tr>
166+
<tr class="altColor">
167+
<td class="colFirst"><code>(package private) Boolean</code></td>
168+
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isFileTransferConnector">isFileTransferConnector</a></span></code></th>
169+
<td class="colLast">&nbsp;</td>
170+
</tr>
171+
</table>
172+
</li>
173+
</ul>
174+
</section>
152175
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
153176
<section role="region">
154177
<ul class="blockList">
@@ -260,7 +283,7 @@ <h3>Method Summary</h3>
260283
<!-- -->
261284
</a>
262285
<h3>Methods inherited from class&nbsp;Object</h3>
263-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
286+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
264287
</ul>
265288
</li>
266289
</ul>
@@ -271,6 +294,25 @@ <h3>Methods inherited from class&nbsp;Object</h3>
271294
<div class="details">
272295
<ul class="blockList">
273296
<li class="blockList">
297+
<!-- ============ FIELD DETAIL =========== -->
298+
<section role="region">
299+
<ul class="blockList">
300+
<li class="blockList"><a id="field.detail">
301+
<!-- -->
302+
</a>
303+
<h3>Field Detail</h3>
304+
<a id="isFileTransferConnector">
305+
<!-- -->
306+
</a>
307+
<ul class="blockListLast">
308+
<li class="blockList">
309+
<h4>isFileTransferConnector</h4>
310+
<pre>Boolean isFileTransferConnector</pre>
311+
</li>
312+
</ul>
313+
</li>
314+
</ul>
315+
</section>
274316
<!-- ========= CONSTRUCTOR DETAIL ======== -->
275317
<section role="region">
276318
<ul class="blockList">
@@ -476,13 +518,13 @@ <h4>setAttributeTypeConfig</h4>
476518
<ul class="subNavList">
477519
<li>Summary:&nbsp;</li>
478520
<li>Nested&nbsp;|&nbsp;</li>
479-
<li>Field&nbsp;|&nbsp;</li>
521+
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
480522
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
481523
<li><a href="#method.summary">Method</a></li>
482524
</ul>
483525
<ul class="subNavList">
484526
<li>Detail:&nbsp;</li>
485-
<li>Field&nbsp;|&nbsp;</li>
527+
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
486528
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
487529
<li><a href="#method.detail">Method</a></li>
488530
</ul>

com/saviynt/ssm/abstractConnector/FileTransferConnector.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>FileTransferConnector</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -128,7 +128,7 @@ <h2 title="Interface FileTransferConnector" class="title">Interface FileTransfer
128128
<dd><code><a href="FileTransferConnectorSpecification.html" title="class in com.saviynt.ssm.abstractConnector">FileTransferConnectorSpecification</a></code></dd>
129129
</dl>
130130
<hr>
131-
<pre>public interface <span class="typeNameLabel">FileTransferConnector</span></pre>
131+
<pre>interface <span class="typeNameLabel">FileTransferConnector</span></pre>
132132
</li>
133133
</ul>
134134
</div>

com/saviynt/ssm/abstractConnector/FileTransferConnectorSpecification.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>FileTransferConnectorSpecification</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -197,7 +197,7 @@ <h3>Method Summary</h3>
197197
<!-- -->
198198
</a>
199199
<h3>Methods inherited from class&nbsp;Object</h3>
200-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
200+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
201201
</ul>
202202
<ul class="blockList">
203203
<li class="blockList"><a id="methods.inherited.from.class.FileTransferConnector">

com/saviynt/ssm/abstractConnector/ImportableObject.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>ImportableObject</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -213,7 +213,7 @@ <h3>Method Summary</h3>
213213
<!-- -->
214214
</a>
215215
<h3>Methods inherited from class&nbsp;Enum</h3>
216-
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
216+
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
217217
</ul>
218218
<ul class="blockList">
219219
<li class="blockList"><a id="methods.inherited.from.class.Object">

com/saviynt/ssm/abstractConnector/RepositoryReconService.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>RepositoryReconService</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -240,7 +240,7 @@ <h3>Method Summary</h3>
240240
<!-- -->
241241
</a>
242242
<h3>Methods inherited from class&nbsp;Object</h3>
243-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
243+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
244244
</ul>
245245
</li>
246246
</ul>

com/saviynt/ssm/abstractConnector/SaviyntReadOnlyObject.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.14) on Tue Feb 21 17:50:03 IST 2023 -->
5+
<!-- Generated by javadoc (11.0.14) on Thu May 04 14:48:20 IST 2023 -->
66
<title>SaviyntReadOnlyObject</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-02-21">
8+
<meta name="dc.created" content="2023-05-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -189,7 +189,7 @@ <h3>Method Summary</h3>
189189
<!-- -->
190190
</a>
191191
<h3>Methods inherited from class&nbsp;Object</h3>
192-
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
192+
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
193193
</ul>
194194
</li>
195195
</ul>

0 commit comments

Comments
 (0)