Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove  redundant code
  • Loading branch information
haohao0103 committed Dec 10, 2024
1 parent c091f1d commit d77b215
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 d77b215

Please sign in to comment.