From 7be1a014fe78365e1c163292325e927eff2f5b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronny=20B=C3=B6ttger?= <s6013406@mail.zih.tu-dresden.de> Date: Fri, 5 Nov 2021 06:54:26 +0100 Subject: [PATCH] changed Example.relast --- statemachine.solution/src/main/resources/Example.relast | 2 -- 1 file changed, 2 deletions(-) diff --git a/statemachine.solution/src/main/resources/Example.relast b/statemachine.solution/src/main/resources/Example.relast index c288fd8..41f688a 100644 --- a/statemachine.solution/src/main/resources/Example.relast +++ b/statemachine.solution/src/main/resources/Example.relast @@ -1,5 +1,3 @@ - - StateMachine ::= Element*; abstract Element ::= <Label:String>; State : Element ::=; -- GitLab