Skip to content

Commit 1ef3067

Browse files
authored
fix #660 modify Chinese annotations to English (#661)
1 parent aad463d commit 1ef3067

File tree

1 file changed

+2
-2
lines changed
  • jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/storage

1 file changed

+2
-2
lines changed

jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/storage/Sequence.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ public Sequence(long startValue, long endValue) {
3737
}
3838

3939
/**
40-
* 可用的最小值, 包含 [startValue, endValue)
40+
* The available minimum value, including [startValue, endValue)
4141
*/
4242
public long getStartValue() {
4343
return startValue;
4444
}
4545

4646
/**
47-
* 可用的最大值, 不包含 [startValue, endValue)
47+
* The available maximum value, not including [startValue, endValue)
4848
*/
4949
public long getEndValue() {
5050
return endValue;

0 commit comments

Comments
 (0)