Skip to content
Snippets Groups Projects
Commit 3dbffdcc authored by brutzman's avatar brutzman
Browse files

whitespace

parent 0cafb807
No related branches found
No related tags found
No related merge requests found
...@@ -444,7 +444,8 @@ public class AllPduSender ...@@ -444,7 +444,8 @@ public class AllPduSender
multicastSocket.send(packet); multicastSocket.send(packet);
try { try {
Thread.sleep(250L); // TODO shouldn't this kind of delay timing be in a DIS sender class? Thread.sleep(250L); // TODO shouldn't this kind of delay timing be in a DIS sender class?
} catch (InterruptedException ex) { }
catch (InterruptedException ex) {
} }
String currentPduTypeValuePadded = String.format("%2s", aPdu.getPduType().getValue()); String currentPduTypeValuePadded = String.format("%2s", aPdu.getPduType().getValue());
String currentPduTypePadded = String.format("%-34s", aPdu.getPduType()); // - indicates right padding of whitespace String currentPduTypePadded = String.format("%-34s", aPdu.getPduType()); // - indicates right padding of whitespace
......
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