Skip to content

Commit

Permalink
remove redundant code (#1166)
Browse files Browse the repository at this point in the history
* #1165
remove  redundant code

* Revert "#1165"

This reverts commit e883b41.

* #1165
remove  redundant code
  • Loading branch information
haohao0103 authored Dec 17, 2024
1 parent 99d6afe commit 6d856ec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ public RegionEngineOptions copy() {
final RegionEngineOptions copy = new RegionEngineOptions();
copy.setRegionId(this.regionId);
copy.setStartKey(this.startKey);
copy.setStartKeyBytes(this.startKeyBytes);
copy.setEndKey(this.endKey);
copy.setEndKeyBytes(this.endKeyBytes);
copy.setNodeOptions(this.nodeOptions == null ? new NodeOptions() : this.nodeOptions.copy());
copy.setRaftGroupId(this.raftGroupId);
copy.setRaftDataPath(this.raftDataPath);
Expand Down

0 comments on commit 6d856ec

Please sign in to comment.