From 32c5ebc482bfed5fe32a5dba32cdb97efe935c9c Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Tue, 25 Aug 2020 23:09:18 -0700 Subject: [PATCH] corrected enumeration naming --- src/edu/nps/moves/dis7/examples/EntityUse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/nps/moves/dis7/examples/EntityUse.java b/src/edu/nps/moves/dis7/examples/EntityUse.java index c84f4a1097..a1d166be38 100644 --- a/src/edu/nps/moves/dis7/examples/EntityUse.java +++ b/src/edu/nps/moves/dis7/examples/EntityUse.java @@ -102,7 +102,7 @@ public class EntityUse espdu = (EntityStatePdu)pduFactory.createPdu(DISPDUType.ENTITY_STATE); /* set desired entity state fields here */ - AD_44_Shenandoah entityType2 = new AD_44_Shenandoah(); // edu.nps.moves.dis7.entities.usa.platform.surface + AD44Shenandoah entityType2 = new AD44Shenandoah(); // edu.nps.moves.dis7.entities.usa.platform.surface espdu.setEntityType(entityType2); netif.send(espdu); // possibly throws IOException -- GitLab