Rename MathUtils to MathUtil for consistency with other util classes (#2155)

This commit is contained in:
Tyler Veness
2019-12-04 20:39:12 -08:00
committed by Peter Johnson
parent d003ec2dc9
commit 8c2ff94d70
6 changed files with 25 additions and 25 deletions

View File

@@ -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");
}