change sequence diagram order

This commit is contained in:
Oskar Thoren
2019-09-24 19:28:52 +08:00
parent 4c04be7cbf
commit 1abebb34f1
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ msc {
hscale="2", wordwraparcs=on;
alice [label="Alice"],
bob [label="Bob"],
cas [label="CAS"] ,
ns [label="NS"];
cas [label="CAS"],
ns [label="NS"],
bob [label="Bob"];
--- [label="Alice replicates data to a remote log"];
alice => cas [label="Add content"];
@@ -18,4 +18,4 @@ msc {
ns => bob [label="Content"];
bob => cas [label="Fetch Query"];
cas => bob [label="Content"];
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB