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

match renamed method

parent a7767ebd
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ public class ExampleSimulationProgram
{
disNetworkInterface = new DisThreadedNetworkInterface(getNetworkAddress(), getNetworkPort());
System.out.println("Network confirmation: address=" + disNetworkInterface.getMcastGroup() + " port=" + disNetworkInterface.getDisPort());
System.out.println("Network confirmation: address=" + disNetworkInterface.getMulticastGroup() + " port=" + disNetworkInterface.getDisPort());
pduListener = new DisThreadedNetworkInterface.PduListener()
{
/** Callback handler for listener */
......
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