Skip to content
Snippets Groups Projects
Commit 5cb2b49a authored by bkii's avatar bkii
Browse files

:-DDDDD

parent 812e58b3
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public class BRE_KNO_MCC_PC1_MCAST_PduSender
ArrayList<String> commentsList = new ArrayList<>();
newCommentPdu.setTimestamp((intervall * 5) + i );
commentsList.add("Chuck Norris is comming to town! " + "Warning " + newCommentPdu.getTimestamp());
commentsList.add("Chuck Norris is comming to town! " + " Warning " + newCommentPdu.getTimestamp());
for (String comment : commentsList)
{
......
......@@ -61,7 +61,7 @@ public class BRE_KNO_MCC_PC3_PC2_UNICAST_PduReceiver
StringBuilder message = new StringBuilder();
message.append("Pdu type: ");
message.append(tempPdu.getPduType());
message.append(" Intern ID: ");
message.append(" Internal ID: ");
message.append(tempPdu.getTimestamp());
//extract comments
......
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