diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java index 0b04103..9cca31f 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowModelingStage.java @@ -257,7 +257,6 @@ * @param channelNode {@link ChannelNode} instance to be registered. * @param channelNodeCells {@link ChannelNode} and its corresponding cell. * @param outputChannelNodeCells {@link ChannelNode} and its corresponding output port cell. - * @param inputChannels The set of input channels in the call graph. * @param cellWidth The width of a new cell. * @param cellHeight The height of a new cell. */