Skip to content

Commit 13d9722

Browse files
Fix Javadoc warning
1 parent 113d099 commit 13d9722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exonum-light-client/src/main/java/com/exonum/client/ExonumClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public interface ExonumClient {
9797
* the {@linkplain Block#getCommitTime() block commit time}
9898
* @return blocks in the requested range
9999
* @throws IllegalArgumentException if {@code fromHeight} or {@code toHeight} are not valid:
100-
* out of range {@code [0, blockchainHeight]}; {@code fromHeight} > {@code toHeight}
100+
* out of range {@code [0, blockchainHeight]}; {@code fromHeight} > {@code toHeight}
101101
* @throws RuntimeException if the client is unable to complete a request
102102
* (e.g., in case of connectivity problems)
103103
*/

0 commit comments

Comments
 (0)