mirror of
https://github.com/corda/corda.git
synced 2025-05-28 21:24:24 +00:00
CORDA-3862: Make SharedMemoryIncremental public (#6467)
This commit is contained in:
parent
b58609daba
commit
fad8999ef4
@ -17,7 +17,7 @@ import java.nio.channels.FileChannel;
|
||||
* import sun.misc.Unsafe;
|
||||
* import sun.nio.ch.DirectBuffer;
|
||||
*/
|
||||
class SharedMemoryIncremental extends PortAllocation {
|
||||
public class SharedMemoryIncremental extends PortAllocation {
|
||||
|
||||
static private final int DEFAULT_START_PORT = 10_000;
|
||||
static private final int FIRST_EPHEMERAL_PORT = 30_000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user