mirror of
https://gitee.com/BDWare/cm
synced 2025-04-27 22:42:17 +00:00
fix:typo error (shading->sharding)
This commit is contained in:
parent
f0ca9ab85d
commit
82e7003083
@ -885,7 +885,7 @@ public class ContractManager {
|
||||
case RequestAllResponseAll:
|
||||
case RequestAllResponseFirst:
|
||||
case RequestAllResponseHalf:
|
||||
case Shading:
|
||||
case Sharding:
|
||||
case Sole:
|
||||
ret = client.startProcess(ps);
|
||||
conflictCheck = checkConflict(c, client, ret);
|
||||
@ -1468,7 +1468,7 @@ public class ContractManager {
|
||||
return;
|
||||
case RequestOnce:
|
||||
case ResponseOnce:
|
||||
case Shading:
|
||||
case Sharding:
|
||||
masterStub.executeByMaster(client, rcb, cr);
|
||||
break;
|
||||
case RequestAllResponseAll:
|
||||
|
Loading…
x
Reference in New Issue
Block a user