mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 06:45:12 +00:00
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
This commit is contained in:
@@ -41,7 +41,7 @@ using OpenHardwareMonitor.Collections;
|
||||
namespace OpenHardwareMonitor.Hardware {
|
||||
internal abstract class Hardware : IHardware {
|
||||
|
||||
private ListSet<ISensor> active = new ListSet<ISensor>();
|
||||
private readonly ListSet<ISensor> active = new ListSet<ISensor>();
|
||||
|
||||
public IHardware[] SubHardware {
|
||||
get { return new IHardware[0]; }
|
||||
|
Reference in New Issue
Block a user