mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Remove PMD.RedundantFieldInitializer rule (#8184)
Code readability is much more important than saving three bytes per redundantly-initialized field.
This commit is contained in:
@@ -27,7 +27,6 @@ public abstract class ClassSpecificLogger<T> {
|
||||
// Linked hashmap to maintain insert order
|
||||
private final Map<Sendable, SendableBuilder> m_sendables = new LinkedHashMap<>();
|
||||
|
||||
@SuppressWarnings("PMD.RedundantFieldInitializer")
|
||||
private boolean m_disabled = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user