mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Rename MathUtils to MathUtil for consistency with other util classes (#2155)
This commit is contained in:
committed by
Peter Johnson
parent
d003ec2dc9
commit
8c2ff94d70
@@ -7,8 +7,8 @@
|
||||
|
||||
package edu.wpi.first.wpiutil.math;
|
||||
|
||||
public final class MathUtils {
|
||||
private MathUtils() {
|
||||
public final class MathUtil {
|
||||
private MathUtil() {
|
||||
throw new AssertionError("utility class");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user