Skip to content

Commit

Permalink
Update PacketSerde.java
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 24, 2023
1 parent aa0299d commit c0c79aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.photonvision.common.dataflow.structures;

public interface PacketSerde<T> {
public int getMaxByteSize();
int getMaxByteSize();

void pack(Packet packet, T value);

Expand Down

0 comments on commit c0c79aa

Please sign in to comment.