mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
SCRIPT: Spotless Apply
This commit is contained in:
committed by
Peter Johnson
parent
c89910b7c6
commit
c48b722dac
@@ -4,8 +4,6 @@
|
||||
|
||||
package org.wpilib.networktables;
|
||||
|
||||
import org.wpilib.util.protobuf.Protobuf;
|
||||
import org.wpilib.util.struct.Struct;
|
||||
import java.util.ArrayList;
|
||||
import java.util.EnumSet;
|
||||
import java.util.HashSet;
|
||||
@@ -15,6 +13,8 @@ import java.util.Set;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
import java.util.concurrent.ConcurrentMap;
|
||||
import java.util.function.Consumer;
|
||||
import org.wpilib.util.protobuf.Protobuf;
|
||||
import org.wpilib.util.struct.Struct;
|
||||
import us.hebi.quickbuf.ProtoMessage;
|
||||
|
||||
/** A network table that knows its subtable path. */
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
package org.wpilib.networktables;
|
||||
|
||||
import org.wpilib.util.protobuf.ProtobufBuffer;
|
||||
import java.io.IOException;
|
||||
import java.lang.reflect.Array;
|
||||
import java.nio.ByteBuffer;
|
||||
import org.wpilib.util.protobuf.ProtobufBuffer;
|
||||
|
||||
/**
|
||||
* NetworkTables protobuf-encoded value implementation.
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
package org.wpilib.networktables;
|
||||
|
||||
import org.wpilib.util.struct.StructBuffer;
|
||||
import java.lang.reflect.Array;
|
||||
import java.nio.ByteBuffer;
|
||||
import org.wpilib.util.struct.StructBuffer;
|
||||
|
||||
/**
|
||||
* NetworkTables struct-encoded value implementation.
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
package org.wpilib.networktables;
|
||||
|
||||
import org.wpilib.util.struct.StructBuffer;
|
||||
import java.lang.reflect.Array;
|
||||
import java.nio.ByteBuffer;
|
||||
import org.wpilib.util.struct.StructBuffer;
|
||||
|
||||
/**
|
||||
* NetworkTables struct-encoded value implementation.
|
||||
|
||||
@@ -11,7 +11,6 @@ import static org.junit.jupiter.api.Assertions.assertNotSame;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.fail;
|
||||
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
import java.util.ArrayList;
|
||||
import java.util.EnumSet;
|
||||
import java.util.List;
|
||||
@@ -20,6 +19,7 @@ import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.ValueSource;
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
|
||||
class ConnectionListenerTest {
|
||||
private NetworkTableInstance m_serverInst;
|
||||
|
||||
@@ -9,12 +9,12 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.fail;
|
||||
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
import java.util.EnumSet;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
|
||||
class TopicListenerTest {
|
||||
private NetworkTableInstance m_serverInst;
|
||||
|
||||
Reference in New Issue
Block a user