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

cosmetic

parent b5332016
No related branches found
No related tags found
No related merge requests found
...@@ -302,12 +302,12 @@ public class DisThreadedNetIF ...@@ -302,12 +302,12 @@ public class DisThreadedNetIF
} }
} }
private void toRawListeners(byte[]data, int len) private void toRawListeners(byte[] data, int len)
{ {
if(rawListeners.isEmpty()) if(rawListeners.isEmpty())
return; return;
BuffAndLength bl = new BuffAndLength(data,len); BuffAndLength bl = new BuffAndLength(data, len);
rawListeners.forEach(lis->lis.incomingPdu(bl)); rawListeners.forEach(lis->lis.incomingPdu(bl));
} }
......
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