diff --git a/test/edu/nps/moves/dis7/PduTest.java b/test/edu/nps/moves/dis7/PduTest.java index 493298a5198153f30429f2e88510ec7609008ec0..623cc104c4dbb94f3e4478bf1b2b8f56ae8d9e33 100644 --- a/test/edu/nps/moves/dis7/PduTest.java +++ b/test/edu/nps/moves/dis7/PduTest.java @@ -133,6 +133,7 @@ abstract public class PduTest { receivedPdu = newPdu; } + /** * Initial common tests for fields in PDU header. * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> @@ -169,6 +170,7 @@ abstract public class PduTest System.out.println("================================================================"); } } + /** * Final common tests of PDU characteristics after individual fields are checked. * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>