two control structures ending in same end?

+1 vote
asked Jun 11, 2019 in Question / help by rkrug (420 points)

I have the following code:

@startuml
start
:= some initial stuff;
repeat
  := Validate;
  if (erros or warnings(?)) then (yes)
    := Edit;
  else (no)
  endif
repeat while ()
''''''''''''
:= some final stuff;
''''''''''''
stop
@enduml

http://www.plantuml.com/plantuml/png/LOyn2iCm34LtdK9RxIiqb6Rf5ReRB3S2HmwIGkZjwuGIMaqIxt_n_sYUrDUv0XmRN6zeRIPaOUTKqNmjPG2bXP83OkVFL3adfw6VN32GQZDiYbjIONbPkCU8Ff5WU9F5BZjyZyo-UwWQOP2s0vBCvViTjubh9n4kFtCcAYnddd-5ULi0HfBSYtm0

Is it possible to eliminate one of the two symbols below the "Edit", so that one arrow goes in and the other two out?

Thanks,

Rainer

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...