fix:typo error (shading->sharding)

This commit is contained in:
bitvincent 2021-11-04 18:32:17 +08:00
parent f0ca9ab85d
commit 82e7003083

View File

@ -885,7 +885,7 @@ public class ContractManager {
case RequestAllResponseAll: case RequestAllResponseAll:
case RequestAllResponseFirst: case RequestAllResponseFirst:
case RequestAllResponseHalf: case RequestAllResponseHalf:
case Shading: case Sharding:
case Sole: case Sole:
ret = client.startProcess(ps); ret = client.startProcess(ps);
conflictCheck = checkConflict(c, client, ret); conflictCheck = checkConflict(c, client, ret);
@ -1468,7 +1468,7 @@ public class ContractManager {
return; return;
case RequestOnce: case RequestOnce:
case ResponseOnce: case ResponseOnce:
case Shading: case Sharding:
masterStub.executeByMaster(client, rcb, cr); masterStub.executeByMaster(client, rcb, cr);
break; break;
case RequestAllResponseAll: case RequestAllResponseAll: