mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[commands] Fix dangling SelectCommand documentation (NFC) (#5567)
This commit is contained in:
@@ -11,8 +11,8 @@ import java.util.Map;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
/**
|
||||
* A command composition that runs one of a selection of commands, either using a selector and a key
|
||||
* to command mapping, or a supplier that returns the command directly at runtime.
|
||||
* A command composition that runs one of a selection of commands using a selector and a key to
|
||||
* command mapping.
|
||||
*
|
||||
* <p>The rules for command compositions apply: command instances that are passed to it cannot be
|
||||
* added to any other composition or scheduled individually, and the composition requires all
|
||||
|
||||
Reference in New Issue
Block a user