Skip to content

Commit

Permalink
Single fix to Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Oct 8, 2024
1 parent 5fc6552 commit 3680d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/src/ca/uqac/lif/cep/GroupProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3680d09

Please sign in to comment.