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

accept Terry's changes

parent 95e480e5
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ abstract public class PduTest ...@@ -133,6 +133,7 @@ abstract public class PduTest
{ {
receivedPdu = newPdu; receivedPdu = newPdu;
} }
/** /**
* Initial common tests for fields in PDU header. * 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> * 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 ...@@ -169,6 +170,7 @@ abstract public class PduTest
System.out.println("================================================================"); System.out.println("================================================================");
} }
} }
/** /**
* Final common tests of PDU characteristics after individual fields are checked. * 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> * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>
......
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