Added "Add your docs here" flags to all needed methods

- All methods that need javadoc have been marked with

/**
 * Add your docs here.
 */
This commit is contained in:
Keenan D. Buckley
2020-01-05 20:27:01 -07:00
parent f466abead2
commit 7e57cf8f2d
6 changed files with 39 additions and 1 deletions
@@ -20,6 +20,9 @@ public class SetLEDPattern extends InstantCommand {
private final LED m_led;
public static LEDPatterns m_pattern;
/**
* Add your docs here.
*/
public SetLEDPattern(LED subsystem, LEDPatterns pattern) {
m_led = subsystem;
m_pattern = pattern;