mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-21 01:05:43 +00:00
Fixed spelling mistake in UDP Sender.
This commit is contained in:
@@ -28,7 +28,7 @@ public class UDPDatagramSender {
|
||||
}
|
||||
|
||||
private boolean initializeSocket(int port) {
|
||||
log.info("Initializing UDP response Seocket...");
|
||||
log.info("Initializing UDP response Socket...");
|
||||
udpResponsePort = port;
|
||||
boolean portLoopControl = true;
|
||||
int retryCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user