mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Remove RedundantModifiers (#578)
This commit is contained in:
committed by
Peter Johnson
parent
0291a95f68
commit
2fc60680f4
@@ -21,7 +21,7 @@ class LiveWindowComponent {
|
||||
String m_name;
|
||||
boolean m_isSensor;
|
||||
|
||||
public LiveWindowComponent(String subsystem, String name, boolean isSensor) {
|
||||
LiveWindowComponent(String subsystem, String name, boolean isSensor) {
|
||||
m_subsystem = subsystem;
|
||||
m_name = name;
|
||||
m_isSensor = isSensor;
|
||||
|
||||
Reference in New Issue
Block a user