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

class renames for correctness

parent 0d772a52
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import java.util.List; ...@@ -26,7 +26,7 @@ import java.util.List;
* @author DMcG * @author DMcG
* @author Mike Bailey * @author Mike Bailey
*/ */
public class EspduReceiver public class PduReceiver
{ {
/** Command-line invocation (CLI) /** Command-line invocation (CLI)
* @param args command-line arguments * @param args command-line arguments
......
...@@ -19,7 +19,7 @@ import java.net.MulticastSocket; ...@@ -19,7 +19,7 @@ import java.net.MulticastSocket;
* *
* @author DMcG rharder * @author DMcG rharder
*/ */
public class EspduReceiverNIO public class PduReceiverNIO
{ {
/** Command-line invocation (CLI) /** Command-line invocation (CLI)
* @param args command-line arguments * @param args command-line arguments
......
...@@ -22,7 +22,7 @@ import java.util.*; ...@@ -22,7 +22,7 @@ import java.util.*;
* @author DMcG * @author DMcG
* @author Mike Bailey * @author Mike Bailey
*/ */
public class EspduSender public class PduSender
{ {
/** default value avoids unterminated zombie senders */ /** default value avoids unterminated zombie senders */
public static final int NUMBER_TO_SEND = 5000; public static final int NUMBER_TO_SEND = 5000;
......
...@@ -22,7 +22,7 @@ import java.net.MulticastSocket; ...@@ -22,7 +22,7 @@ import java.net.MulticastSocket;
* *
* @author DMcG * @author DMcG
*/ */
public class EspduSenderNIO public class PduSenderNIO
{ {
/** Command-line invocation (CLI) /** Command-line invocation (CLI)
* @param args command-line arguments * @param args command-line arguments
......
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