[commands] WaitCommand: Remove subclass doc note (NFC) (#5200)

This commit is contained in:
Starlight220
2023-03-20 22:46:26 +02:00
committed by GitHub
parent a465f2d8f0
commit e7a7eb2e93
2 changed files with 1 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ import edu.wpi.first.util.sendable.SendableRegistry;
import edu.wpi.first.wpilibj.Timer;
/**
* A command that does nothing but takes a specified amount of time to finish. Useful for
* CommandGroups. Can also be subclassed to make a command with an internal timer.
* A command that does nothing but takes a specified amount of time to finish.
*
* <p>This class is provided by the NewCommands VendorDep
*/