mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Update NetworkTables for new API.
This fixes breakages due to the JNI move. Depends on: https://github.com/wpilibsuite/ntcore/pull/204
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
package edu.wpi.first.wpilibj;
|
||||
|
||||
import edu.wpi.first.networktables.NetworkTablesJNI;
|
||||
import edu.wpi.first.wpiutil.RuntimeDetector;
|
||||
import edu.wpi.first.wpilibj.hal.HALUtil;
|
||||
import edu.wpi.first.wpilibj.networktables.NetworkTablesJNI;
|
||||
|
||||
public class DevMain {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user