mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[commands] CommandScheduler.isComposed: Remove incorrect throws clause (NFC) (#5183)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user