mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Add utility class tests (#871)
Checks for classes that only have static methods.
This commit is contained in:
committed by
Peter Johnson
parent
863cfde394
commit
2e5fece594
@@ -18,6 +18,7 @@ import edu.wpi.first.wpilibj.hal.PowerJNI;
|
||||
*/
|
||||
public final class RobotController {
|
||||
private RobotController() {
|
||||
throw new UnsupportedOperationException("This is a utility class!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user