From 6680f085235eaa83c0f386d0f1cbb0f55f864f95 Mon Sep 17 00:00:00 2001 From: terry-norbraten <tnorb@comcast.net> Date: Fri, 26 Jun 2020 14:28:44 -0600 Subject: [PATCH] update note --- test/edu/nps/moves/dis7/SignalPdusTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edu/nps/moves/dis7/SignalPdusTest.java b/test/edu/nps/moves/dis7/SignalPdusTest.java index 3a78765b62..1ae60ffc7c 100644 --- a/test/edu/nps/moves/dis7/SignalPdusTest.java +++ b/test/edu/nps/moves/dis7/SignalPdusTest.java @@ -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 -> { -- GitLab