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

fixed directory name

parent bfa9ac76
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ public class PughSimulationProgram
disNetworkInterface.removeListener(pduListener);
disNetworkInterface.close();
disNetworkInterface.kill(); // renamed as close(), deprecated
// disNetworkInterface.kill(); // renamed as close(), deprecated
disNetworkInterface = null; // making sure no possibility of zombie process remaining...
}
......
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