mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 04:11:54 -04:00
minor cleanup of the inverter config
This commit is contained in:
parent
ffa0b01e32
commit
6aaa35325c
@ -17,7 +17,7 @@ import java.util.Objects;
|
||||
*/
|
||||
public final class InverterConfig implements HGSMap {
|
||||
|
||||
private HashSet<String> inputs;
|
||||
private final HashSet<String> inputs;
|
||||
|
||||
private InverterConfig(HashSet<String> inputs) {
|
||||
this.inputs = inputs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user