Skip to content

Commit 5b59b10

Browse files
committed
[DOC-14047]: Feedback on Covering Indexes | Couchbase Docs (#605)
The NPE problem is caused by the inclusion of the line: `skinparam sequenceMessageAlign direction` This is a known bug in PlantUML: plantuml/plantuml#2477 which has been fixed, but Kroki needs to have its PlantUML module upgraded to implement the fix. In the meantime, the line has been changed to align the text to the `right` which seems to work.
1 parent 9052222 commit 5b59b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/learn/partials/diagrams/query-execution.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
skinparam maxMessageSize 125
44
skinparam roundcorner 5
55
skinparam responseMessageBelowArrow true
6-
skinparam sequenceMessageAlign direction
6+
skinparam sequenceMessageAlign right
77
skinparam ParticipantPadding 10
88
skinparam BoxPadding 60
99
skinparam box {

0 commit comments

Comments
 (0)