@@ -104,7 +104,7 @@ public CommentOptionsOperation(@JsonProperty("author") AccountName author,
104
104
105
105
/**
106
106
* Like
107
- * {@link #CommentOptionsOperation(AccountName, Permlink, Asset, short , Boolean, Boolean, List)},
107
+ * {@link #CommentOptionsOperation(AccountName, Permlink, Asset, Short , Boolean, Boolean, List)},
108
108
* but sets the maximum payout to the highest possible value, allows votes
109
109
* and curation rewards.
110
110
*
@@ -130,7 +130,7 @@ public CommentOptionsOperation(AccountName author, Permlink permlink, short perc
130
130
131
131
/**
132
132
* Like
133
- * {@link #CommentOptionsOperation(AccountName, Permlink, Short , List)}, but
133
+ * {@link #CommentOptionsOperation(AccountName, Permlink, short , List)}, but
134
134
* does not require extensions.
135
135
*
136
136
* @param author
@@ -151,7 +151,7 @@ public CommentOptionsOperation(AccountName author, Permlink permlink, Short perc
151
151
152
152
/**
153
153
* Like
154
- * {@link #CommentOptionsOperation(AccountName, Permlink, Asset, short , Boolean, Boolean, List)},
154
+ * {@link #CommentOptionsOperation(AccountName, Permlink, Asset, Short , Boolean, Boolean, List)},
155
155
* but sets the maximum payout to the highest possible value, allows votes,
156
156
* allows curation rewards and sets the <code>percentSteemDollars</code> to
157
157
* 100.0%.
0 commit comments