mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Removed @author from comments (#88)
Keeping @author lines in the comments serves no functional purpose.
This commit is contained in:
committed by
Peter Johnson
parent
7a402b4170
commit
2f7eff7091
@@ -12,8 +12,6 @@ import edu.wpi.first.wpilibj.Timer;
|
||||
|
||||
/**
|
||||
* Simulates an encoder for testing purposes.
|
||||
*
|
||||
* @author Ryan O'Meara
|
||||
*/
|
||||
public class FakeCounterSource {
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ import edu.wpi.first.wpilibj.Timer;
|
||||
|
||||
/**
|
||||
* Emulates a quadrature encoder.
|
||||
*
|
||||
* @author Ryan O'Meara
|
||||
*/
|
||||
public class FakeEncoderSource {
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ import edu.wpi.first.wpilibj.AnalogOutput;
|
||||
|
||||
/**
|
||||
* A fake source to provide output to a {@link edu.wpi.first.wpilibj.interfaces.Potentiometer}.
|
||||
*
|
||||
* @author jonathanleitschuh
|
||||
*/
|
||||
public class FakePotentiometerSource {
|
||||
private AnalogOutput m_output;
|
||||
|
||||
Reference in New Issue
Block a user