[wpilib] Alert: fix incorrect set docs (NFC) (#7163)

Console printing was removed when Alerts were added to wpilib.
This commit is contained in:
Ryan Blue
2024-10-04 01:20:53 -04:00
committed by GitHub
parent 9a7710ebd3
commit b541174255
2 changed files with 4 additions and 5 deletions

View File

@@ -83,8 +83,8 @@ public class Alert {
}
/**
* Sets whether the alert should currently be displayed. When activated, the alert text will also
* be sent to the console. This method can be safely called periodically.
* Sets whether the alert should currently be displayed. This method can be safely called
* periodically.
*
* @param active Whether to display the alert.
*/