We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39937d commit 17266eaCopy full SHA for 17266ea
wpiutil/src/main/java/edu/wpi/first/util/struct/StructSerializable.java
@@ -10,7 +10,7 @@
10
* Marker interface to indicate a class is serializable using Struct serialization.
11
*
12
* <p>While this cannot be enforced by the interface, any class implementing this interface should
13
- * provide a public final static `struct` member variable, or a static final `getProto()` method if
+ * provide a public final static `struct` member variable, or a static final `getStruct()` method if
14
* the class is generic.
15
*/
16
public interface StructSerializable extends WPISerializable {}
0 commit comments