Remove erroneous in distributed data doc (#24999)

This commit is contained in:
Christopher Batey 2018-04-30 08:59:13 +01:00 committed by Arnout Engelen
parent 96b285edd4
commit a9be6ea1d2

View file

@ -71,11 +71,8 @@ The `modify` function is called by the `Replicator` actor and must therefore be
function that only uses the data parameter and stable fields from enclosing scope. It must
for example not access the sender (@scala[`sender()`]@java[`getSender()`]) reference of an enclosing actor.
`Update`
is intended to only be sent from an actor running in same local
`ActorSystem`
as
: the `Replicator`, because the `modify` function is typically not serializable.
`Update` is intended to only be sent from an actor running in same local `ActorSystem`
as the `Replicator`, because the `modify` function is typically not serializable.
You supply a write consistency level which has the following meaning: