Skip to content
Snippets Groups Projects
Commit 9a40143b authored by terry-norbraten's avatar terry-norbraten
Browse files

[Terry N.] Update from Don's rename of DISPDUType to DisPduType. Javadoc

parent 457322cc
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,11 @@ package edu.nps.moves.dis7;
import edu.nps.moves.dis7.enumerations.*;
import edu.nps.moves.dis7.pdus.DisBitSet;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;
import org.junit.jupiter.api.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
......@@ -140,7 +143,7 @@ public class MarshalEnumsTest
marshalOne(DISPDUStatusLVCIndicatorLVC.values()[0]);
marshalOne(DISPDUStatusRadioAttachedIndicatorRAI.values()[0]);
marshalOne(DISPDUStatusTransferredEntityIndicatorTEI.values()[0]);
marshalOne(DISPDUType.values()[0]);
marshalOne(DisPduType.values()[0]);
marshalOne(DISProtocolFamily.values()[0]);
marshalOne(DISProtocolVersion.values()[0]);
marshalOne(DRParametersType.values()[0]);
......
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