mirror of
https://gitee.com/BDWare/common
synced 2026-02-14 16:49:28 +00:00
optimize receive file
This commit is contained in:
@@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user