summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.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/DoubleSolenoid.java
parent08ba3146ef9463edbf7d652cda13b8623ce848ef (diff)
mechanical copyright/todo/authorship tidy
Diffstat (limited to 'src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java')
-rw-r--r--src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java b/src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java
index 33524f1..c785f9b 100644
--- a/src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java
+++ b/src/org/usfirst/frc/team4272/robotlib/DoubleSolenoid.java
@@ -1,5 +1,13 @@
+/**
+ * TODO: copyright
+ *
+ * @author Luke Shumaker <lukeshu@sbcglobal.net>
+ */
package org.usfirst.frc.team4272.robotlib;
+/**
+ * TODO: Write JavaDocs
+ */
public class DoubleSolenoid extends edu.wpi.first.wpilibj.DoubleSolenoid {
private boolean enabled = true;
private Value value;