Removed @author from comments (#88)

Keeping @author lines in the comments serves no functional purpose.
This commit is contained in:
Tyler Veness
2016-05-29 09:24:04 -07:00
committed by Peter Johnson
parent 7a402b4170
commit 2f7eff7091
125 changed files with 1 additions and 258 deletions

View File

@@ -12,8 +12,6 @@ import edu.wpi.first.wpilibj.Timer;
/**
* Simulates an encoder for testing purposes.
*
* @author Ryan O'Meara
*/
public class FakeCounterSource {

View File

@@ -12,8 +12,6 @@ import edu.wpi.first.wpilibj.Timer;
/**
* Emulates a quadrature encoder.
*
* @author Ryan O'Meara
*/
public class FakeEncoderSource {

View File

@@ -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;