Removed extra newlines from beginning of Java classes (#859)

The content of this PR was generated by styleguide#111.
This commit is contained in:
Tyler Veness
2018-01-02 09:17:46 -08:00
committed by Peter Johnson
parent 8346caed9c
commit eedb8910c3
113 changed files with 0 additions and 122 deletions

View File

@@ -30,7 +30,6 @@ import static org.junit.Assert.assertEquals;
*/
@SuppressWarnings("MultipleTopLevelClasses")
public class AbstractTestSuiteTest {
@Ignore("Prevents ANT from trying to run these as tests")
@RunWith(Suite.class)
@SuiteClasses({FirstSampleTest.class, SecondSampleTest.class, ThirdSampleTest.class,

View File

@@ -21,7 +21,6 @@ import java.io.File;
* results for Jenkins.
*/
public class AntJunitLanucher {
/**
* Main entry point for jenkins.
*

View File

@@ -36,7 +36,6 @@ public class RepeatRule implements TestRule {
private static class RepeatStatement extends Statement {
private final int m_times;
private final Statement m_statement;

View File

@@ -38,7 +38,6 @@ import edu.wpi.first.wpilibj.fixtures.TiltPanCameraFixture;
* TestBench}.
*/
public final class TestBench {
/**
* The time that it takes to have a motor go from rotating at full speed to completely stopped.
*/