Skip to content

Commit

Permalink
remove duplicate option set (sofastack#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting Ye authored and fengjiachun committed Aug 17, 2019
1 parent 61570a9 commit bc46bc1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public boolean init(final NodeId nodeId, final ReplicatorGroupOptions opts) {
this.commonOptions.setGroupId(nodeId.getGroupId());
this.commonOptions.setServerId(nodeId.getPeerId());
this.commonOptions.setSnapshotStorage(opts.getSnapshotStorage());
this.commonOptions.setRaftRpcService(opts.getRaftRpcClientService());
this.commonOptions.setTimerManager(opts.getTimerManager());
return true;
}
Expand Down

0 comments on commit bc46bc1

Please sign in to comment.