diff --git a/Core/src/ca/uqac/lif/cep/GroupProcessor.java b/Core/src/ca/uqac/lif/cep/GroupProcessor.java index a823f6bf..80a37922 100644 --- a/Core/src/ca/uqac/lif/cep/GroupProcessor.java +++ b/Core/src/ca/uqac/lif/cep/GroupProcessor.java @@ -313,8 +313,8 @@ public GroupProcessor associateOutput(int i, Processor p, int j) } /** - * Declares that the first (i.e. 0-th) output of the group is linked to the - * first (i.e. 0-th) output of processor {@code p}. + * Declares that the first (i.e. 0-th) output of the group is linked + * to the first (i.e. 0-th) output of processor {@code p}. * @param p The processor to connect to * @return A reference to the current group processor */