mirror of
https://gitee.com/BDWare/cp.git
synced 2026-01-29 01:29:27 +00:00
prune: update modules for mvn repository
This commit is contained in:
@@ -2,8 +2,8 @@ package org.bdware.sc.debugger;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonObject;
|
||||
import org.apache.log4j.LogManager;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.bdware.client.SmartContractClient;
|
||||
import org.bdware.sc.ContractProcess;
|
||||
import org.bdware.sc.bean.Contract;
|
||||
|
||||
@@ -133,7 +133,7 @@ public class JSONTool {
|
||||
recorded.add(arr);
|
||||
JsonObject jsonObject = new JsonObject();
|
||||
for (Object k : arr.keySet()) {
|
||||
jsonObject.add(k.toString(), convertMirrorToJsonInternal(k, recorded));
|
||||
jsonObject.add(k.toString(), convertMirrorToJsonInternal(arr.get(k), recorded));
|
||||
}
|
||||
return jsonObject;
|
||||
} else if (obj.getClass() == jdk.internal.dynalink.beans.StaticClass.class) {
|
||||
|
||||
Reference in New Issue
Block a user