Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a98de8e

Browse files
committed
Last checkstyle errors
1 parent 92b91cb commit a98de8e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jota/src/main/java/jota/IotaAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ public GetBundleResponse getBundle(String transaction) throws ArgumentException
857857
* @param threshold Minimum balance required.
858858
* @return {@link GetAccountDataResponse}
859859
* @throws ArgumentException when the specified security level is not valid.
860-
* @throws ArgumentException when <tt>start</tt> and <tt>end<tt> are invalid
860+
* @throws ArgumentException when <tt>start</tt> and <tt>end</tt> are invalid
861861
* @see #getTransfers(String, int, Integer, Integer, Boolean)
862862
*/
863863
public GetAccountDataResponse getAccountData(String seed, int security, int index, boolean checksum, int total, boolean returnAll, int start, int end, boolean inclusionStates, long threshold) throws ArgumentException {

jota/src/main/java/jota/IotaAPICore.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -492,13 +492,15 @@ public CheckConsistencyResponse checkConsistency(String... tails) throws Argumen
492492
* <p>
493493
* The returned value is a different set of tryte values which you can input into
494494
* <tt>broadcastTransactions</tt> and <tt>storeTransactions</tt>.
495+
* </p>
496+
*
495497
* The last 243 trytes of the return value consist of the following:
496498
* <ul>
497499
* <li><code>trunkTransaction</code></li>
498500
* <li><code>branchTransaction</code></li>
499501
* <li><code>nonce</code></li>
500502
* </ul>
501-
* </p>
503+
*
502504
* These are valid trytes which are then accepted by the network.
503505
* @param trunkTransaction A reference to an external transaction (tip) used as trunk.
504506
* The transaction with index 0 will have this tip in its trunk.

0 commit comments

Comments
 (0)