We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad463d commit 1ef3067Copy full SHA for 1ef3067
jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/storage/Sequence.java
@@ -37,14 +37,14 @@ public Sequence(long startValue, long endValue) {
37
}
38
39
/**
40
- * 可用的最小值, 包含 [startValue, endValue)
+ * The available minimum value, including [startValue, endValue)
41
*/
42
public long getStartValue() {
43
return startValue;
44
45
46
47
- * 可用的最大值, 不包含 [startValue, endValue)
+ * The available maximum value, not including [startValue, endValue)
48
49
public long getEndValue() {
50
return endValue;
0 commit comments