Fixed spelling mistake in UDP Sender.

This commit is contained in:
melloware
2016-12-17 14:04:06 -05:00
parent d0a63747c7
commit 11eefa9efd

View File

@@ -28,7 +28,7 @@ public class UDPDatagramSender {
} }
private boolean initializeSocket(int port) { private boolean initializeSocket(int port) {
log.info("Initializing UDP response Seocket..."); log.info("Initializing UDP response Socket...");
udpResponsePort = port; udpResponsePort = port;
boolean portLoopControl = true; boolean portLoopControl = true;
int retryCount = 0; int retryCount = 0;