[commands] CommandScheduler.isComposed: Remove incorrect throws clause (NFC) (#5183)

This commit is contained in:
Jeffrey Morris
2023-03-13 23:27:08 -05:00
committed by GitHub
parent 0d22cf5ff7
commit 6d0c5b19db

View File

@@ -626,7 +626,6 @@ public final class CommandScheduler implements NTSendable, AutoCloseable {
*
* @param command The command to check
* @return true if composed
* @throws IllegalArgumentException if the given commands have already been composed.
*/
public boolean isComposed(Command command) {
return getComposedCommands().contains(command);