Skip to content

Commit 336186e

Browse files
committed
Fix JavaDoc error
1 parent 2f62a6b commit 336186e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public CommentOptionsOperation(@JsonProperty("author") AccountName author,
104104

105105
/**
106106
* Like
107-
* {@link #CommentOptionsOperation(AccountName, Permlink, Asset, short, Boolean, Boolean, List)},
107+
* {@link #CommentOptionsOperation(AccountName, Permlink, Asset, Short, Boolean, Boolean, List)},
108108
* but sets the maximum payout to the highest possible value, allows votes
109109
* and curation rewards.
110110
*
@@ -130,7 +130,7 @@ public CommentOptionsOperation(AccountName author, Permlink permlink, short perc
130130

131131
/**
132132
* Like
133-
* {@link #CommentOptionsOperation(AccountName, Permlink, Short, List)}, but
133+
* {@link #CommentOptionsOperation(AccountName, Permlink, short, List)}, but
134134
* does not require extensions.
135135
*
136136
* @param author
@@ -151,7 +151,7 @@ public CommentOptionsOperation(AccountName author, Permlink permlink, Short perc
151151

152152
/**
153153
* Like
154-
* {@link #CommentOptionsOperation(AccountName, Permlink, Asset, short, Boolean, Boolean, List)},
154+
* {@link #CommentOptionsOperation(AccountName, Permlink, Asset, Short, Boolean, Boolean, List)},
155155
* but sets the maximum payout to the highest possible value, allows votes,
156156
* allows curation rewards and sets the <code>percentSteemDollars</code> to
157157
* 100.0%.

0 commit comments

Comments
 (0)