doc: improvements to Distributed Data docs (#27971)

* doc: improvements to Distributed Data docs

* leftover

* java formatting
This commit is contained in:
Patrik Nordwall 2019-10-14 14:03:04 +02:00 committed by GitHub
parent b5400975e5
commit 78281ba92f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 154 additions and 153 deletions

View file

@ -387,7 +387,7 @@ public class DistributedDataDocTest extends AbstractJavaTest {
public void demonstrateORSet() {
// #orset
final Cluster node = Cluster.get(system);
final SelfUniqueAddress node = DistributedData.get(system).selfUniqueAddress();
final ORSet<String> s0 = ORSet.create();
final ORSet<String> s1 = s0.add(node, "a");
final ORSet<String> s2 = s1.add(node, "b");