fix javadoc warnings/errors

Change-Id: I079699631185f986952bbf4cbb23661f9f9d123d
This commit is contained in:
Joe Ross
2015-10-04 15:08:52 -07:00
committed by Peter Johnson
parent 61760c839a
commit c3c35c604c
23 changed files with 42 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ interface Controller {
/**
* Stops the control loop from running until explicitly re-enabled by calling
* {@link enable()}.
* {@link #enable()}.
*/
public void disable();
}