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

fully qualify package name for ClassComparitor so that it can be found in the OpenDIS .jar archive

parent 40168d5b
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ public class OpenDisPduSender { ...@@ -125,7 +125,7 @@ public class OpenDisPduSender {
} }
// Sort the created PDUs by class name // Sort the created PDUs by class name
Collections.sort(generatedPdus, new ClassNameComparator()); Collections.sort(generatedPdus, new edu.nps.moves.examples.ClassNameComparator());
// Send the PDUs we created // Send the PDUs we created
InetAddress localMulticastAddress = InetAddress.getByName(MULTICAST_ADDRESS); InetAddress localMulticastAddress = InetAddress.getByName(MULTICAST_ADDRESS);
......
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