mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 09:54:13 +00:00
optimize receive file
This commit is contained in:
parent
72878eff91
commit
94c9b867de
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user