Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Apr 16, 2021
1 parent 241a134 commit 3dc47f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public RpcTimerTask(long correlationId, RpcClient client, long timeOut, TimeUnit
this.correlationId = correlationId;
this.rpcClient = client;
this.time = timeOut;
this.timeUnit = timeUnit;
this.timeUnit = timeUnit;
}

/*
Expand Down

0 comments on commit 3dc47f5

Please sign in to comment.