mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpiutil] Remove type param from ProtobufSerializable and StructSerializable (#6122)
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
package edu.wpi.first.util;
|
||||
|
||||
/** Marker interface to indicate a class is serializable using WPI serialization methods. */
|
||||
public interface WPISerializable<T> {}
|
||||
public interface WPISerializable {}
|
||||
|
||||
Reference in New Issue
Block a user