From bc5b50e4538e421a245f2cdcdc2e9b02efb0113e Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Thu, 4 Jun 2020 19:44:43 -0700 Subject: [PATCH] add main --- src/edu/nps/moves/dis7/examples/EntityUse.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/edu/nps/moves/dis7/examples/EntityUse.java b/src/edu/nps/moves/dis7/examples/EntityUse.java index 351f5fc673..ff2e5110c0 100644 --- a/src/edu/nps/moves/dis7/examples/EntityUse.java +++ b/src/edu/nps/moves/dis7/examples/EntityUse.java @@ -100,4 +100,8 @@ public class EntityUse pdu2.setEntityType(et2); disnet.sendPdu(pdu2); // possibly throws IOException } + + public static void main(String[] args) throws Exception { + EntityUse.exampleUse(); + } } -- GitLab