Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirayk committed Jun 12, 2024
1 parent 286b60f commit 3721a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void setEdges(@Nonnull BranchingStmt from, @Nonnull Stmt... targets) {
* removes the current outgoing flows of "from" to "to"
*
* @return returns List of the successor indices of "from" that were connected to "to" - items are
* 0 in case of FallsThroughStmts or idx > 0 in case of BranchingStmts with multiple
* 0 in case of FallsThroughStmts or idx > 0 in case of BranchingStmts with multiple
* successors
*/
public abstract List<Integer> removeEdge(@Nonnull Stmt from, @Nonnull Stmt to);
Expand Down

0 comments on commit 3721a3c

Please sign in to comment.