Remove RedundantModifiers (#578)

This commit is contained in:
Austin Shalit
2017-10-17 21:47:55 -07:00
committed by Peter Johnson
parent 0291a95f68
commit 2fc60680f4
24 changed files with 30 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ public class PIDToleranceTest {
private class FakeInput implements PIDSource {
public double m_val;
public FakeInput() {
FakeInput() {
m_val = 0;
}