Skip to content
Snippets Groups Projects
Commit e1b1a16c authored by ctsfi's avatar ctsfi
Browse files

Project Progress

parent f5ba97bb
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ public class PDUReciever { ...@@ -109,7 +109,7 @@ public class PDUReciever {
String nextComment = new String(variableDatum.getVariableDatumValue()); // convert byte[] to String String nextComment = new String(variableDatum.getVariableDatumValue()); // convert byte[] to String
System.out.print (" \"" + nextComment + "\""); System.out.print (" \"" + nextComment + "\"");
System.out.println(); System.out.println();
} }//
} }
else if (aPdu instanceof ResupplyOfferPdu){ else if (aPdu instanceof ResupplyOfferPdu){
System.out.println(receiptMessage); System.out.println(receiptMessage);
......
...@@ -328,7 +328,7 @@ public class WhiteSimulation ...@@ -328,7 +328,7 @@ public class WhiteSimulation
HEID.setEntityID(1); HEID.setEntityID(1);
firePdu.setMunitionExpendibleID(HEID); firePdu.setMunitionExpendibleID(HEID);
//
CommentReliablePdu bmpDestroyedComment = pduFactory.makeCommentReliablePdu("BMP2 DESTROYED BY LAV25-A2 AFTER TWO BURSTS OF 25mm HEI-T ON TARGET"); CommentReliablePdu bmpDestroyedComment = pduFactory.makeCommentReliablePdu("BMP2 DESTROYED BY LAV25-A2 AFTER TWO BURSTS OF 25mm HEI-T ON TARGET");
......
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