refactoring....

This commit is contained in:
bwssystems
2016-12-28 18:42:08 -06:00
parent 66d7306cda
commit a3325aa048
5 changed files with 34 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ public class UDPHome implements Home {
sendData = theUrlBody.getBytes();
}
try {
theUDPDatagramSender.sendUDPResponse(new String(sendData), IPAddress,
theUDPDatagramSender.sendUDPResponse(sendData, IPAddress,
Integer.parseInt(port));
} catch (NumberFormatException e) {
// noop