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.
This commit is contained in:
sciencewhiz
2017-01-14 22:52:48 -08:00
committed by Peter Johnson
parent bc7ab17692
commit d322342494
3 changed files with 3 additions and 5 deletions

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/