Skip to content

Commit

Permalink
fix(plc4j/profinet): Sonar fix issue with changed name of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed May 11, 2023
1 parent 30995f2 commit e57df53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@ public Map<MacAddress, PcapHandle> getOpenHandles() {
}

public void setConfiguredDevices(Map<String, ProfinetDevice> configuredDevices) {
this.devices = devices;
this.devices = configuredDevices;
}

private static MacAddress toPlc4xMacAddress(org.pcap4j.util.MacAddress pcap4jMacAddress) {
Expand Down

0 comments on commit e57df53

Please sign in to comment.