mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[ntcore] Rename constants to all caps style (#8676)
This commit is contained in:
@@ -55,7 +55,7 @@ class PreferencesTest {
|
||||
m_inst.startServer(filepath.toString(), "", "", 0);
|
||||
try {
|
||||
int count = 0;
|
||||
while (m_inst.getNetworkMode().contains(NetworkTableInstance.NetworkMode.kStarting)) {
|
||||
while (m_inst.getNetworkMode().contains(NetworkTableInstance.NetworkMode.STARTING)) {
|
||||
Thread.sleep(100);
|
||||
count++;
|
||||
if (count > 30) {
|
||||
|
||||
Reference in New Issue
Block a user