Skip to content

Commit

Permalink
[commands] WaitCommand: Remove subclass doc note (NFC) (#5200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlight220 committed Mar 20, 2023
1 parent a465f2d commit e7a7eb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
namespace frc2 {
/**
* 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.
*
* This class is provided by the NewCommands VendorDep
*/
Expand Down

0 comments on commit e7a7eb2

Please sign in to comment.