mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Fix trivial errorprone warnings (NFC) (#6135)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user