Remove RedundantModifiers (#578)

This commit is contained in:
Austin Shalit
2017-10-17 21:47:55 -07:00
committed by Peter Johnson
parent 0291a95f68
commit 2fc60680f4
24 changed files with 30 additions and 32 deletions

View File

@@ -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;