Skip to content
Snippets Groups Projects
Commit 4c2c8b80 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

rename constant for clarity

parent dab04a92
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ public class SignalPdusTest { ...@@ -135,7 +135,7 @@ public class SignalPdusTest {
Path path = Path.of("./pduLog"); Path path = Path.of("./pduLog");
// Note: the player will playback all log files in the given path // Note: the player will playback all log files in the given path
PduPlayer player = new PduPlayer(DisThreadedNetIF.DEFAULT_MCAST_GROUP, DisThreadedNetIF.DEFAULT_DIS_PORT, path, false); PduPlayer player = new PduPlayer(DisThreadedNetIF.DEFAULT_MULTICAST_ADDRESS, DisThreadedNetIF.DEFAULT_DIS_PORT, path, false);
player.addRawListener(ba -> { player.addRawListener(ba -> {
if (ba != null) if (ba != null)
assertNotNull(pduFac.createPdu(ba), "PDU creation failure"); assertNotNull(pduFac.createPdu(ba), "PDU creation failure");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment