use the implicit clock parameter in LWWRegister.withValue, #21610
This commit is contained in:
parent
4a4f9c76f9
commit
0cbe43036c
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ final class LWWRegister[A] private[akka] (
|
|||
* concurrency control.
|
||||
*/
|
||||
def withValue(value: A)(implicit node: Cluster, clock: Clock[A] = defaultClock[A]): LWWRegister[A] =
|
||||
withValue(node, value)
|
||||
withValue(node, value, clock)
|
||||
|
||||
/**
|
||||
* Change the value of the register.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue