Skip to content

Commit

Permalink
Remove extra call to requireNotComposed
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 5, 2023
1 parent 41ff2e5 commit 5f1b0cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ public void requireNotComposedOrScheduled(Collection<Command> commands) {
for (var command : commands) {
requireNotComposedOrScheduled(command);
}
requireNotComposed(commands);
}

/**
Expand Down

0 comments on commit 5f1b0cc

Please sign in to comment.