mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
fix javadoc warnings/errors
Change-Id: I079699631185f986952bbf4cbb23661f9f9d123d
This commit is contained in:
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.DigitalOutput;
|
||||
import edu.wpi.first.wpilibj.Timer;
|
||||
|
||||
/**
|
||||
* @file FakeCounterSource.java Simulates an encoder for testing purposes
|
||||
* Simulates an encoder for testing purposes
|
||||
* @author Ryan O'Meara
|
||||
*/
|
||||
public class FakeCounterSource {
|
||||
|
||||
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.DigitalOutput;
|
||||
import edu.wpi.first.wpilibj.Timer;
|
||||
|
||||
/**
|
||||
* @file FakeEncoderSource.java Emulates a quadrature encoder
|
||||
* Emulates a quadrature encoder
|
||||
* @author Ryan O'Meara
|
||||
*/
|
||||
public class FakeEncoderSource {
|
||||
|
||||
@@ -64,7 +64,7 @@ public class FakePotentiometerSource {
|
||||
/**
|
||||
* Returns the currently set angle
|
||||
*$
|
||||
* @return
|
||||
* @return the current angle
|
||||
*/
|
||||
public double getAngle() {
|
||||
double voltage = output.getVoltage();
|
||||
|
||||
Reference in New Issue
Block a user