[ntcore] Rename constants to all caps style (#8676)

This commit is contained in:
Peter Johnson
2026-03-15 20:44:45 -07:00
committed by GitHub
parent 86dd3ca2b7
commit ab7e4766f6
99 changed files with 736 additions and 732 deletions

View File

@@ -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) {