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

This commit is contained in:
Tyler Veness
2018-01-02 12:47:27 -08:00
committed by Peter Johnson
parent 2287281066
commit 4514ff8071
5 changed files with 0 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ import java.io.IOException;
*
*/
public final class PersistentException extends IOException {
public static final long serialVersionUID = 0;
/**

View File

@@ -5,7 +5,6 @@ import java.util.List;
import junit.framework.TestCase;
public class ConnectionListenerTest extends TestCase {
NetworkTableInstance serverInst;
NetworkTableInstance clientInst;

View File

@@ -5,7 +5,6 @@ import java.util.List;
import junit.framework.TestCase;
public class EntryListenerTest extends TestCase {
NetworkTableInstance serverInst;
NetworkTableInstance clientInst;

View File

@@ -5,7 +5,6 @@ import java.util.List;
import junit.framework.TestCase;
public class LoggerTest extends TestCase {
NetworkTableInstance clientInst;
@Override

View File

@@ -5,7 +5,6 @@ import java.util.List;
import junit.framework.TestCase;
public class NetworkTableTest extends TestCase {
public void testBasenameKey() {
assertEquals("simple", NetworkTable.basenameKey("simple"));
assertEquals("simple", NetworkTable.basenameKey("one/two/many/simple"));