We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113d099 commit 13d9722Copy full SHA for 13d9722
exonum-light-client/src/main/java/com/exonum/client/ExonumClient.java
@@ -97,7 +97,7 @@ public interface ExonumClient {
97
* the {@linkplain Block#getCommitTime() block commit time}
98
* @return blocks in the requested range
99
* @throws IllegalArgumentException if {@code fromHeight} or {@code toHeight} are not valid:
100
- * out of range {@code [0, blockchainHeight]}; {@code fromHeight} > {@code toHeight}
+ * out of range {@code [0, blockchainHeight]}; {@code fromHeight} > {@code toHeight}
101
* @throws RuntimeException if the client is unable to complete a request
102
* (e.g., in case of connectivity problems)
103
*/
0 commit comments