Skip to content

Commit

Permalink
Correct diagram: association between Run and CheckRunResultAction
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed May 28, 2020
1 parent bce354e commit 838f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes-design.puml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ JobListener .left.> CheckGHEventSubscriber

CheckGHEventSubscriber -up-|> GHEventSubscriber

Run "1" -left- "*" CheckRunResultAction
CheckRunResultAction "*" -right-> "1" Run
CheckRunResultAction "1" --> "1" CheckRunResult
CheckRunResultAction .up.|> RunAction2

Expand Down

0 comments on commit 838f886

Please sign in to comment.