mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
fix javadoc warnings/errors
Change-Id: I079699631185f986952bbf4cbb23661f9f9d123d
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user