mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Remove CombinedRuntimeLoader (#8623)
It was only ever for Java tools, which we do not support anymore.
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
package org.wpilib.net;
|
||||
|
||||
import org.wpilib.util.runtime.CombinedRuntimeLoader;
|
||||
import org.wpilib.util.runtime.RuntimeLoader;
|
||||
|
||||
public final class DevMain {
|
||||
/** Main entry point. */
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
System.out.println(CombinedRuntimeLoader.getPlatformPath());
|
||||
System.out.println(RuntimeLoader.getPlatformName());
|
||||
}
|
||||
|
||||
private DevMain() {}
|
||||
|
||||
Reference in New Issue
Block a user