summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robotlib/PIDServo.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-27 19:12:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-27 19:12:29 -0500
commit59a0319647362f7ab1bf4a441911184b7ca94e69 (patch)
tree011602c6a600b29eacc62e0b0cc57cdf924e6726 /src/org/usfirst/frc/team4272/robotlib/PIDServo.java
parent08ba3146ef9463edbf7d652cda13b8623ce848ef (diff)
mechanical copyright/todo/authorship tidy
Diffstat (limited to 'src/org/usfirst/frc/team4272/robotlib/PIDServo.java')
-rw-r--r--src/org/usfirst/frc/team4272/robotlib/PIDServo.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org/usfirst/frc/team4272/robotlib/PIDServo.java b/src/org/usfirst/frc/team4272/robotlib/PIDServo.java
index 2a19a51..783bbf9 100644
--- a/src/org/usfirst/frc/team4272/robotlib/PIDServo.java
+++ b/src/org/usfirst/frc/team4272/robotlib/PIDServo.java
@@ -23,7 +23,6 @@ import edu.wpi.first.wpilibj.PIDOutput;
/**
* TODO: Write JavaDocs
- * @author Luke Shumaker <lukeshu@sbcglobal.net>
*/
public class PIDServo extends Servo implements PIDOutput {
public PIDServo(int channel) {