Skip to content
Snippets Groups Projects
Commit 6680f085 authored by terry-norbraten's avatar terry-norbraten
Browse files

update note

parent d053c4d9
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ public class SignalPdusTest {
mutex.acquire();
Path path = Path.of(recorder.getLogFile()).getParent();
// Note: the player will all any and all log files in the given path
// Note: the player will playback all log files in the given path
PduPlayer player = new PduPlayer(netif.getMcastGroup(), netif.getDisPort(), path);
player.sendToNet(false);
player.addRawListener(ba -> {
......
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