Indentation
This commit is contained in:
parent
4528c793ba
commit
8cba765463
@ -101,8 +101,7 @@ public class RxtxChannel extends AbstractOioByteChannel {
|
||||
@Override
|
||||
protected void doConnect(SocketAddress remoteAddress, SocketAddress localAddress) throws Exception {
|
||||
RxtxDeviceAddress remote = (RxtxDeviceAddress) remoteAddress;
|
||||
final CommPortIdentifier cpi =
|
||||
CommPortIdentifier.getPortIdentifier(remote.getDeviceAddress());
|
||||
final CommPortIdentifier cpi = CommPortIdentifier.getPortIdentifier(remote.getDeviceAddress());
|
||||
final CommPort commPort = cpi.open(getClass().getName(), 1000);
|
||||
|
||||
deviceAddress = remote;
|
||||
|
Loading…
x
Reference in New Issue
Block a user