SCRIPT: Spotless Apply

This commit is contained in:
PJ Reiniger
2025-11-07 19:57:21 -05:00
committed by Peter Johnson
parent c89910b7c6
commit c48b722dac
650 changed files with 1529 additions and 1545 deletions

View File

@@ -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. */

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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;

View File

@@ -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;