Skip to content
Snippets Groups Projects
Commit d8d64dc9 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

avoid/fix obsolete syntax

parent 7882dbc1
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ public class HittnerDom3HW
System.out.println("Network confirmation:" +
" address=" + disNetworkInterface.getAddress()+ // disNetworkInterface.getMulticastGroup() +
" port=" + disNetworkInterface.getPort()); // + disNetworkInterface.getDisPort());
pduListener = (var newPdu) -> {
pduListener = (Pdu newPdu) -> {
receivedPdu = newPdu;
} /** Callback handler for listener */ ;
disNetworkInterface.addListener(pduListener);
......
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