Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -189,22 +189,22 @@ 189 189 title Test 190 190 191 191 actor H 192 -H->A: 192 +H-->A: 193 193 194 194 A->+B:test 195 -B- ->-A:finish195 +B->-A:finish 196 196 197 197 A->C:ping 198 198 C->C:doSomthing 199 199 200 200 201 -B->+D:hello 201 +B-->+D:hello 202 202 D->+C:ping 203 -C- ->-D:pong203 +C->-D:pong 204 204 D->+B:ping 205 205 B->+A:ping 206 -A- ->-B:pong207 -B- ->-D:pong206 +A->-B:pong 207 +B->-D:pong 208 208 209 209 {{/sequence}} 210 210