Remove unused local variables (#10528)
Fixes 26 SAT UnusedLocalVariable findings Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -254,7 +254,7 @@ public class KeContactTransceiver {
|
||||
new Object[] { new String(theBuffer.array()),
|
||||
theChannel.getLocalAddress(),
|
||||
theChannel.getRemoteAddress() });
|
||||
int byteswritten = theChannel.write(theBuffer);
|
||||
theChannel.write(theBuffer);
|
||||
} catch (NotYetConnectedException e) {
|
||||
theHandler.updateStatus(ThingStatus.OFFLINE,
|
||||
ThingStatusDetail.COMMUNICATION_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user