Skip to content

Commit 8fcf910

Browse files
committed
Fix JavaDoc error
1 parent 8c970a4 commit 8fcf910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/java/eu/bittrade/libs/steemj/SteemJ.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3059,7 +3059,7 @@ public CommentOperation createPost(AccountName authorThatPublishsThePost, String
30593059
* create comment operation the private posting key of the
30603060
* {@link SteemJConfig#getDefaultAccount() DefaultAccount} needs to be
30613061
* configured in the {@link SteemJConfig#getPrivateKeyStorage()
3062-
* PrivateKeyStorage}.</li> *
3062+
* PrivateKeyStorage}.</li>
30633063
* <li>In case the {@link SteemJConfig#getSteemJWeight() SteemJWeight} is
30643064
* set to a positive value this method will add a comment options operation.
30653065
* Due to this, the {@link SteemJConfig#getSteemJWeight() SteemJWeight}

core/src/main/java/eu/bittrade/libs/steemj/base/models/operations/EscrowApproveOperation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public EscrowApproveOperation(@JsonProperty("from") AccountName from, @JsonPrope
7474

7575
/**
7676
* Like
77-
* {@link #EscrowApproveOperation(AccountName, AccountName, AccountName, long, AccountName, Boolean)},
77+
* {@link #EscrowApproveOperation(AccountName, AccountName, AccountName, long, AccountName, boolean)},
7878
* will automatically approve the operation.
7979
*
8080
* @param from
@@ -101,7 +101,7 @@ public EscrowApproveOperation(AccountName from, AccountName to, AccountName agen
101101

102102
/**
103103
* Like
104-
* {@link #EscrowApproveOperation(AccountName, AccountName, AccountName, long, AccountName, Boolean)},
104+
* {@link #EscrowApproveOperation(AccountName, AccountName, AccountName, long, AccountName, boolean)},
105105
* but sets the <code>escrowId</code> to its default value (30) and will
106106
* automatically approve the operation.
107107
*

0 commit comments

Comments
 (0)