mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update and enable PMD 6.3.0 (#1107)
This commit is contained in:
committed by
Peter Johnson
parent
8eafe7f325
commit
e548a5f705
@@ -7,7 +7,7 @@
|
||||
|
||||
package edu.wpi.first.wpiutil;
|
||||
|
||||
public class DevMain {
|
||||
public final class DevMain {
|
||||
/**
|
||||
* Main entry point.
|
||||
*/
|
||||
@@ -15,4 +15,7 @@ public class DevMain {
|
||||
System.out.println("Hello World!");
|
||||
System.out.println(RuntimeDetector.getPlatformPath());
|
||||
}
|
||||
|
||||
private DevMain() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user