From d322342494d60153e0c389c52bd4889a5cd8a591 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sat, 14 Jan 2017 22:52:48 -0800 Subject: [PATCH] Remove comments about Blue DS (#450) It's unlikely that anyone is still using the Blue Kwikbyte DS from 2009, and the reference is confusing to people who weren't around then. --- wpilibc/sim/src/DriverStation.cpp | 1 - .../src/athena/java/edu/wpi/first/wpilibj/DriverStation.java | 4 ++-- wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) 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 */