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

library method rename

parent 22c77aa9
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ public class AllPduReceiver ...@@ -87,7 +87,7 @@ public class AllPduReceiver
DISProtocolFamily currentProtocolFamilyID = nextPdu.getProtocolFamily(); //short currentProtocolFamilyID = nextPdu.getProtocolFamily(); DISProtocolFamily currentProtocolFamilyID = nextPdu.getProtocolFamily(); //short currentProtocolFamilyID = nextPdu.getProtocolFamily();
StringBuilder message = new StringBuilder(); StringBuilder message = new StringBuilder();
message.append(DisTime.timestampToString(nextPdu.getTimestamp())).append(" "); message.append(DisTime.convertToString(nextPdu.getTimestamp())).append(" ");
message.append("received new DIS PDU "); message.append("received new DIS PDU ");
String currentPduTypePadded = String.format("%-48s", currentPduType); // - indicates right padding of whitespace String currentPduTypePadded = String.format("%-48s", currentPduType); // - indicates right padding of whitespace
message.append(currentPduTypePadded); message.append(currentPduTypePadded);
......
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