optimize receive file

This commit is contained in:
CaiHQ 2021-12-29 11:52:24 +08:00
parent 72878eff91
commit 94c9b867de

View File

@ -111,7 +111,7 @@ public class ContractPort {
KeyValueDBUtil.instance.setValue(CMTables.ContractInfo.toString(), USED_PORTS, JsonUtil.toJson(usedPorts)); KeyValueDBUtil.instance.setValue(CMTables.ContractInfo.toString(), USED_PORTS, JsonUtil.toJson(usedPorts));
} }
interface PortVisitor { public interface PortVisitor {
/** /**
* check if the port is listened * check if the port is listened
* *