mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] Alert: fix incorrect set docs (NFC) (#7163)
Console printing was removed when Alerts were added to wpilib.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user