Skip to content
Snippets Groups Projects
Commit a767d157 authored by terry-norbraten's avatar terry-norbraten
Browse files

format

parent 63a6e25c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ public class EspduSender
else if (networkModeString.equalsIgnoreCase("multicast")) {
mode = NetworkMode.MULTICAST;
if (!destinationIp.isMulticastAddress()) {
throw new RuntimeException("Sending to multicast address, but destination address " + destinationIp.toString() + "is not multicast");
throw new RuntimeException("Sending to multicast address, but destination address " + destinationIp.toString() + " is not multicast");
}
InetSocketAddress group = new InetSocketAddress(destinationIp, port);
......
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