diff --git a/wpilibc/sim/src/DriverStation.cpp b/wpilibc/sim/src/DriverStation.cpp index e94e3b3151..1e435563f2 100644 --- a/wpilibc/sim/src/DriverStation.cpp +++ b/wpilibc/sim/src/DriverStation.cpp @@ -230,7 +230,6 @@ bool DriverStation::IsTest() const { /** * Is the driver station attached to a Field Management System? - * Note: This does not work with the Blue DS. * @return True if the robot is competing on a field being controlled by a Field * Management System */ diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java index 43bcce78fc..7a806827a6 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java @@ -546,9 +546,9 @@ public class DriverStation implements RobotState.Interface { return m_newControlData.getAndSet(false); } + @SuppressWarnings({"SummaryJavadoc", "JavadocMethod"}) /** - * Is the driver station attached to a Field Management System? Note: This does not work with the - * Blue DS. + * Is the driver station attached to a Field Management System? * * @return True if the robot is competing on a field being controlled by a Field Management System */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java index 999c491ebd..d2a8595d47 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java @@ -335,8 +335,7 @@ public class DriverStation implements RobotState.Interface { } /** - * Is the driver station attached to a Field Management System? Note: This does not work with the - * Blue DS. + * Is the driver station attached to a Field Management System? * * @return True if the robot is competing on a field being controlled by a Field Management System */