[docs] Change NewCommands to Commands v2 (NFC) (#8702)

This commit is contained in:
sciencewhiz
2026-03-29 20:40:36 -07:00
committed by GitHub
parent d74644283b
commit ceb712b089
57 changed files with 56 additions and 58 deletions

View File

@@ -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 {