node: hide writable networkMapRegistrationSettableFuture

This commit is contained in:
Andras Slemmer 2016-06-13 13:28:41 +01:00
parent 0dda3b2473
commit 50cd3c938a

View File

@ -113,7 +113,7 @@ abstract class AbstractNode(val dir: Path, val configuration: NodeConfiguration,
private set
/** Completes once the node has successfully registered with the network map service */
val networkMapRegistrationSettableFuture: SettableFuture<Unit> = SettableFuture.create()
private val networkMapRegistrationSettableFuture: SettableFuture<Unit> = SettableFuture.create()
val networkMapRegistrationFuture: ListenableFuture<Unit> = networkMapRegistrationSettableFuture
/** Set to true once [start] has been successfully called. */