CORDA-3862: Make SharedMemoryIncremental public (#6467)

This commit is contained in:
Viktor Kolomeyko 2020-07-16 10:51:23 +01:00 committed by GitHub
parent b58609daba
commit fad8999ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;