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

Commit 615e6f9

Browse files
committed
fix name from WeightHoldLock to WeightHoldLockGrain
1 parent e09a6b1 commit 615e6f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ray.Core/Services/WeightHoldLock.cs renamed to src/Ray.Core/Services/WeightHoldLockGrain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Ray.Core.Services
66
{
7-
public class WeightHoldLock : Grain, IWeightHoldLock
7+
public class WeightHoldLockGrain : Grain, IWeightHoldLock
88
{
99
long lockId = 0;
1010
long expireTime = 0;

0 commit comments

Comments
 (0)