diff --git a/wpiutil/src/main/java/edu/wpi/first/util/struct/Struct.java b/wpiutil/src/main/java/edu/wpi/first/util/struct/Struct.java index acceed4cc1a..4e69482a98e 100644 --- a/wpiutil/src/main/java/edu/wpi/first/util/struct/Struct.java +++ b/wpiutil/src/main/java/edu/wpi/first/util/struct/Struct.java @@ -145,7 +145,7 @@ static void packArray(ByteBuffer bb, double[] arr) { } } - /* + /** * Returns whether or not objects are immutable. Immutable objects must also be comparable using * the equals() method. Default implementation returns false. *