Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
fix name from WeightHoldLock to WeightHoldLockGrain
Browse files Browse the repository at this point in the history
  • Loading branch information
iEricZHENG committed Mar 6, 2020
1 parent e09a6b1 commit 615e6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Ray.Core.Services
{
public class WeightHoldLock : Grain, IWeightHoldLock
public class WeightHoldLockGrain : Grain, IWeightHoldLock
{
long lockId = 0;
long expireTime = 0;
Expand Down

0 comments on commit 615e6f9

Please sign in to comment.