mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[docs] Change NewCommands to Commands v2 (NFC) (#8702)
This commit is contained in:
@@ -26,7 +26,7 @@ import org.wpilib.util.sendable.SendableRegistry;
|
||||
* <p>Commands are run synchronously from the main robot loop; no multithreading is used, unless
|
||||
* specified explicitly from the command implementation.
|
||||
*
|
||||
* <p>This class is provided by the NewCommands VendorDep
|
||||
* <p>This class is provided by the Commands v2 VendorDep
|
||||
*/
|
||||
@NoDiscard("Commands must be used! Did you mean to bind it to a trigger?")
|
||||
public abstract class Command implements Sendable {
|
||||
|
||||
Reference in New Issue
Block a user