mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Removed extra newlines from beginning of Java classes (#264)
This commit is contained in:
committed by
Peter Johnson
parent
2287281066
commit
4514ff8071
@@ -14,7 +14,6 @@ import java.io.IOException;
|
||||
*
|
||||
*/
|
||||
public final class PersistentException extends IOException {
|
||||
|
||||
public static final long serialVersionUID = 0;
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.util.List;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class ConnectionListenerTest extends TestCase {
|
||||
|
||||
NetworkTableInstance serverInst;
|
||||
NetworkTableInstance clientInst;
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.util.List;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class EntryListenerTest extends TestCase {
|
||||
|
||||
NetworkTableInstance serverInst;
|
||||
NetworkTableInstance clientInst;
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.util.List;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class LoggerTest extends TestCase {
|
||||
|
||||
NetworkTableInstance clientInst;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user