mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Remove RedundantModifiers (#578)
This commit is contained in:
committed by
Peter Johnson
parent
0291a95f68
commit
2fc60680f4
@@ -33,7 +33,7 @@ public class DriverStation implements RobotState.Interface {
|
||||
public float[] m_axes;
|
||||
public short m_count;
|
||||
|
||||
public HALJoystickAxes(int count) {
|
||||
HALJoystickAxes(int count) {
|
||||
m_axes = new float[count];
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ public class DriverStation implements RobotState.Interface {
|
||||
public short[] m_povs;
|
||||
public short m_count;
|
||||
|
||||
public HALJoystickPOVs(int count) {
|
||||
HALJoystickPOVs(int count) {
|
||||
m_povs = new short[count];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user