diff --git a/src/edu/nps/moves/dis7/examples/EntityUse.java b/src/edu/nps/moves/dis7/examples/EntityUse.java index c84f4a1097c2020d83230cab2663b7fa1bc41e70..a1d166be3881489c61307be4bee1a661e573b0e8 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