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

@@ -18,7 +18,6 @@ import static org.junit.Assert.fail;
* The basic test for all {@link Command} tests.
*/
public abstract class AbstractCommandTest {
@Before
public void commandSetup() {
UnitTestUtility.setupMockBase();

View File

@@ -13,7 +13,6 @@ import org.junit.Test;
* Ported from the old CrioTest Classes.
*/
public class CommandParallelGroupTest extends AbstractCommandTest {
/**
* Simple Parallel Command Group With 2 commands one command terminates first.
*/

View File

@@ -13,7 +13,6 @@ import org.junit.Test;
* Ported from the old CrioTest Classes.
*/
public class CommandScheduleTest extends AbstractCommandTest {
/**
* Simple scheduling of a command and making sure the command is run and successfully terminates.
*/

View File

@@ -13,7 +13,6 @@ import org.junit.Test;
* Test a {@link Command} that times out.
*/
public class CommandTimeoutTest extends AbstractCommandTest {
/**
* Command 2 second Timeout Test.
*/

View File

@@ -13,8 +13,6 @@ import org.junit.Test;
* Tests the {@link Command} library.
*/
public class DefaultCommandTest extends AbstractCommandTest {
/**
* Testing of default commands where the interrupting command ends itself.
*/