diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java index ae7d4f9..e8b3ee0 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java @@ -98,7 +98,7 @@ /** * Constructs and initializes a control flow graph for the PUSH and PULL layers. This method creates graph cells - * for resource nodes and event-channel nodes, and connects them with edges corresponding to the control flow. + * for resource nodes and event-channel nodes and connects them with edges corresponding to the control flow. * Updates to the graph are performed within a single transaction for consistency. * * @param graph The {@link mxGraph} instance to be constructed and updated.