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

@@ -70,7 +70,7 @@ public abstract class AnalogCrossConnectFixture implements ITestFixture {
}
/**
* @return
* @return Analog Output
*/
final public AnalogOutput getOutput() {
initialize();

View File

@@ -51,7 +51,7 @@ public abstract class MotorEncoderFixture<T extends SpeedController> implements
* Constructor should only be called from outside this class if the Speed
* controller is not also an implementation of PWM interface
*$
* @return
* @return SpeedController
*/
abstract protected T giveSpeedController();
@@ -59,7 +59,7 @@ public abstract class MotorEncoderFixture<T extends SpeedController> implements
* Where the implementer of this class should pass one of the digital inputs<br>
* CONSTRUCTOR SHOULD NOT BE CALLED FROM OUTSIDE THIS CLASS!
*$
* @return
* @return DigitalInput
*/
abstract protected DigitalInput giveDigitalInputA();