Skip to content

Commit 6d856ec

Browse files
authored
remove redundant code (#1166)
* #1165 remove redundant code * Revert "#1165" This reverts commit e883b41. * #1165 remove redundant code
1 parent 99d6afe commit 6d856ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jraft-rheakv/rheakv-core/src/main/java/com/alipay/sofa/jraft/rhea/options/RegionEngineOptions.java

-2
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ public RegionEngineOptions copy() {
139139
final RegionEngineOptions copy = new RegionEngineOptions();
140140
copy.setRegionId(this.regionId);
141141
copy.setStartKey(this.startKey);
142-
copy.setStartKeyBytes(this.startKeyBytes);
143142
copy.setEndKey(this.endKey);
144-
copy.setEndKeyBytes(this.endKeyBytes);
145143
copy.setNodeOptions(this.nodeOptions == null ? new NodeOptions() : this.nodeOptions.copy());
146144
copy.setRaftGroupId(this.raftGroupId);
147145
copy.setRaftDataPath(this.raftDataPath);

0 commit comments

Comments
 (0)