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

match modified constructor interface

parent 9af05edc
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ public class PduRecorder implements PduReceiver ...@@ -97,7 +97,7 @@ public class PduRecorder implements PduReceiver
logFile = createUniquePduLogFile(new File(outputPath).toPath(), DEFAULT_FILE_PREFIX + DISLOG_FILE_EXTENSION ); logFile = createUniquePduLogFile(new File(outputPath).toPath(), DEFAULT_FILE_PREFIX + DISLOG_FILE_EXTENSION );
logFileWriter = new PrintWriter(new BufferedWriter(new FileWriter(logFile))); logFileWriter = new PrintWriter(new BufferedWriter(new FileWriter(logFile)));
disThreadedNetIF = new DisThreadedNetworkInterface(port, multicastAddress); disThreadedNetIF = new DisThreadedNetworkInterface(multicastAddress, port);
disRawPduListener = new DisThreadedNetworkInterface.RawPduListener() { disRawPduListener = new DisThreadedNetworkInterface.RawPduListener() {
@Override @Override
......
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