Skip to content

Commit cb48a4a

Browse files
author
GitHub Actions
committed
Update javadoc
1 parent 0d65b60 commit cb48a4a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>Field Summary</h3>
139139
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/model/invoice/MinerFeesItem.html#fiatAmount">fiatAmount</a></span></code>&nbsp;</td>
140140
</tr>
141141
<tr class="rowColor">
142-
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
142+
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
143143
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/model/invoice/MinerFeesItem.html#satoshisPerByte">satoshisPerByte</a></span></code>&nbsp;</td>
144144
</tr>
145145
<tr class="altColor">
@@ -187,7 +187,7 @@ <h3>Method Summary</h3>
187187
</td>
188188
</tr>
189189
<tr id="i1" class="rowColor">
190-
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
190+
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
191191
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/model/invoice/MinerFeesItem.html#getSatoshisPerByte--">getSatoshisPerByte</a></span>()</code>
192192
<div class="block">Gets satoshis per byte.</div>
193193
</td>
@@ -206,7 +206,7 @@ <h3>Method Summary</h3>
206206
</tr>
207207
<tr id="i4" class="altColor">
208208
<td class="colFirst"><code>void</code></td>
209-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/model/invoice/MinerFeesItem.html#setSatoshisPerByte-java.lang.Integer-">setSatoshisPerByte</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;satoshisPerByte)</code>
209+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/model/invoice/MinerFeesItem.html#setSatoshisPerByte-java.lang.Double-">setSatoshisPerByte</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;satoshisPerByte)</code>
210210
<div class="block">Sets satoshis per byte.</div>
211211
</td>
212212
</tr>
@@ -244,7 +244,7 @@ <h3>Field Detail</h3>
244244
<ul class="blockList">
245245
<li class="blockList">
246246
<h4>satoshisPerByte</h4>
247-
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> satoshisPerByte</pre>
247+
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a> satoshisPerByte</pre>
248248
</li>
249249
</ul>
250250
<a name="totalFee">
@@ -297,21 +297,21 @@ <h3>Method Detail</h3>
297297
<ul class="blockList">
298298
<li class="blockList">
299299
<h4>getSatoshisPerByte</h4>
300-
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getSatoshisPerByte()</pre>
300+
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;getSatoshisPerByte()</pre>
301301
<div class="block">Gets satoshis per byte.</div>
302302
<dl>
303303
<dt><span class="returnLabel">Returns:</span></dt>
304304
<dd>the satoshis per byte</dd>
305305
</dl>
306306
</li>
307307
</ul>
308-
<a name="setSatoshisPerByte-java.lang.Integer-">
308+
<a name="setSatoshisPerByte-java.lang.Double-">
309309
<!-- -->
310310
</a>
311311
<ul class="blockList">
312312
<li class="blockList">
313313
<h4>setSatoshisPerByte</h4>
314-
<pre>public&nbsp;void&nbsp;setSatoshisPerByte(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;satoshisPerByte)</pre>
314+
<pre>public&nbsp;void&nbsp;setSatoshisPerByte(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;satoshisPerByte)</pre>
315315
<div class="block">Sets satoshis per byte.</div>
316316
<dl>
317317
<dt><span class="paramLabel">Parameters:</span></dt>

docs/constant-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2 title="com.bitpay">com.bitpay.*</h2>
135135
<!-- -->
136136
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
137137
<td><code><a href="com/bitpay/sdk/Config.html#BITPAY_PLUGIN_INFO">BITPAY_PLUGIN_INFO</a></code></td>
138-
<td class="colLast"><code>"BitPay_Java_Client_v10.0.1"</code></td>
138+
<td class="colLast"><code>"BitPay_Java_Client_v10.0.2"</code></td>
139139
</tr>
140140
<tr class="altColor">
141141
<td class="colFirst"><a name="com.bitpay.sdk.Config.PROD_URL">

docs/index-all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5401,7 +5401,7 @@ <h2 class="title">S</h2>
54015401
<dd>
54025402
<div class="block">Sets routing.</div>
54035403
</dd>
5404-
<dt><span class="memberNameLink"><a href="com/bitpay/sdk/model/invoice/MinerFeesItem.html#setSatoshisPerByte-java.lang.Integer-">setSatoshisPerByte(Integer)</a></span> - Method in class com.bitpay.sdk.model.invoice.<a href="com/bitpay/sdk/model/invoice/MinerFeesItem.html" title="class in com.bitpay.sdk.model.invoice">MinerFeesItem</a></dt>
5404+
<dt><span class="memberNameLink"><a href="com/bitpay/sdk/model/invoice/MinerFeesItem.html#setSatoshisPerByte-java.lang.Double-">setSatoshisPerByte(Double)</a></span> - Method in class com.bitpay.sdk.model.invoice.<a href="com/bitpay/sdk/model/invoice/MinerFeesItem.html" title="class in com.bitpay.sdk.model.invoice">MinerFeesItem</a></dt>
54055405
<dd>
54065406
<div class="block">Sets satoshis per byte.</div>
54075407
</dd>

0 commit comments

Comments
 (0)