Update and enable PMD 6.3.0 (#1107)

This commit is contained in:
Austin Shalit
2018-06-03 10:00:53 -07:00
committed by Peter Johnson
parent 8eafe7f325
commit e548a5f705
156 changed files with 619 additions and 325 deletions

View File

@@ -9,7 +9,7 @@ package edu.wpi.cscore;
import edu.wpi.first.wpiutil.RuntimeDetector;
public class DevMain {
public final class DevMain {
/**
* Main method.
*/
@@ -18,4 +18,7 @@ public class DevMain {
System.out.println(RuntimeDetector.getPlatformPath());
System.out.println(CameraServerJNI.getHostname());
}
private DevMain() {
}
}