From b999278950df91d067ee1de05e59c5992a68de5a Mon Sep 17 00:00:00 2001 From: terry-norbraten <tnorb@comcast.net> Date: Fri, 16 Jul 2021 12:10:19 -0700 Subject: [PATCH] [Terry N.] correct old class name in note --- src/edu/nps/moves/dis7/examples/ThreadedNetExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java b/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java index 584ceff908..ce3c553d76 100644 --- a/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java +++ b/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java @@ -28,7 +28,7 @@ public class ThreadedNetExample // Create an instance of DisThreadedNetworkInterface using default port 3000, mcast 225.4.5.6, use other constructor to specific port and ip DisThreadedNetworkInterface netif = new DisThreadedNetworkInterface(); - // Internally, the DisThreadeNetIF class has constructed whatever threads it needs to operated + // Internally, the DisThreadedNetworkInterface class has constructed whatever threads it needs to operated // We want to listen also, so add a listener, using JDK8+ lambda grammar netif.addListener(pdu->handleReceivedPdu(pdu)); -- GitLab