mirror of
https://gitee.com/BDWare/cp.git
synced 2025-01-10 01:44:08 +00:00
fix: fix typo
This commit is contained in:
parent
705305a9d8
commit
a70d1ca14e
@ -60,8 +60,8 @@ public class ContractProcess {
|
||||
public static ContractProcess instance;
|
||||
|
||||
public final String cmi;
|
||||
private final Set<String> cachedRequests = new HashSet<>();
|
||||
public final ContractHandler handler;
|
||||
private final Set<String> cachedRequests = new HashSet<>();
|
||||
public ServiceServer server;
|
||||
public DesktopEngine engine;
|
||||
String dbPath;
|
||||
@ -455,8 +455,8 @@ public class ContractProcess {
|
||||
JavaScriptEntry.invokeID = 0L;
|
||||
JavaScriptEntry.random.setSeed(Integer.parseInt(contract.getID()));
|
||||
JavaScriptEntry.numOfCopies = this.contract.getNumOfCopies();
|
||||
JavaScriptEntry.shadingId =
|
||||
this.contract.getShadingId(); // 设置javaScriptEntry中的shadingID
|
||||
JavaScriptEntry.shardingID =
|
||||
this.contract.getShardingId(); // 设置javaScriptEntry中的shadingID
|
||||
// JavaScriptEntry
|
||||
String zipPath = contract.getScriptStr();
|
||||
if (isArchiveFile(new File(zipPath))) {
|
||||
|
Loading…
Reference in New Issue
Block a user