mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Clean up Java warning suppressions (#4433)
Checkstyle naming conventions were changed to allow most of what's in wpimath. Naming rules were disabled completely in wpimath since almost all suppressions are for math notation.
This commit is contained in:
@@ -152,7 +152,6 @@ public abstract class MotorEncoderFixture<T extends MotorController> implements
|
||||
* deallocated.
|
||||
*/
|
||||
@Override
|
||||
@SuppressWarnings("Regexp")
|
||||
public void teardown() {
|
||||
if (!m_tornDown) {
|
||||
if (m_motor != null) {
|
||||
|
||||
Reference in New Issue
Block a user