diff --git a/src/main/java/frc/lib/util/LongArrayList.java b/src/main/java/frc/lib/util/LongArrayList.java index ae1730cb..1d03b181 100644 --- a/src/main/java/frc/lib/util/LongArrayList.java +++ b/src/main/java/frc/lib/util/LongArrayList.java @@ -9,6 +9,7 @@ * An optimized long array. Used in lieu of an {@code ArrayList} to avoid boxing (and the * performance implications that come with it). * + *

* Current interface is limited to the methods used by {@link LoggingProfiler}, though its interface * may expand in the future to match the full {@link List} interface. */