Skip to content
Snippets Groups Projects
Commit 9cf8ae32 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Minor correction

parent ea69cb64
No related branches found
No related tags found
No related merge requests found
......@@ -362,11 +362,11 @@ public class AVATAR2SysMLV2 {
if (!isExcluded("state")) {
for (AvatarStateMachineElement asme : asm.getListOfElements()) {
if (!isExcluded("state")) {
//if (!isExcluded("state")) {
if (asme instanceof AvatarState) {
ret.append(STATE + " " + asme.getName() + END);
}
}
//}
}
ret.append(CR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment