Fix trivial errorprone warnings (NFC) (#6135)

This commit is contained in:
David Vo
2024-01-20 15:46:38 +11:00
committed by GitHub
parent d198605562
commit a274e297cd
22 changed files with 33 additions and 36 deletions

View File

@@ -1009,5 +1009,5 @@ public final class NetworkTableEntry implements Publisher, Subscriber {
}
private final Topic m_topic;
protected int m_handle;
private final int m_handle;
}