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

[Terry N.] correct old class name in note

parent bd32f4cf
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
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