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
@@ -1,5 +1,8 @@
package frc4388.utility.controller;
/**
* Add your docs here.
*/
public interface IHandController {
public double getLeftXAxis();