doc: improvements to Distributed Data docs (#27971)
* doc: improvements to Distributed Data docs * leftover * java formatting
This commit is contained in:
parent
b5400975e5
commit
78281ba92f
8 changed files with 154 additions and 153 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue