[docs] Fix various @see tags in Javadoc (#8644)

Most of these were leftovers from the reorg, the Commands v2 change is
from the recent merge from main and fixes our builds again.
This commit is contained in:
Gold856
2026-02-27 23:04:07 -05:00
committed by GitHub
parent c8c68329fa
commit 46a911d50c
28 changed files with 30 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ public class WaitUntilCommand extends Command {
* wait.
*
* @param time the match time after which to end, in seconds
* @see edu.wpi.first.wpilibj.DriverStation#getMatchTime()
* @see org.wpilib.driverstation.DriverStation#getMatchTime()
*/
public WaitUntilCommand(double time) {
this(() -> Timer.getMatchTime() < time);