From d1a18e5b90a8cf4392c367259bf344a422089616 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Thu, 4 May 2023 00:12:38 -0700
Subject: [PATCH] javadoc class description

---
 examples/src/OpenDis7Examples/AllPduSender.java | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/examples/src/OpenDis7Examples/AllPduSender.java b/examples/src/OpenDis7Examples/AllPduSender.java
index fa61e62577..7fb5979225 100755
--- a/examples/src/OpenDis7Examples/AllPduSender.java
+++ b/examples/src/OpenDis7Examples/AllPduSender.java
@@ -8,10 +8,13 @@ import edu.nps.moves.dis7.pdus.*;
 import edu.nps.moves.dis7.enumerations.*;
 
 /**
- * This is an application example that sends all types of PDUs. Useful for testing standards
- * compliance or getting a full set of PDUs. It also writes the generated PDUs to an XML file.
+ * This is an application example that sends every type of PDU defined
+ * by the IEEE Distributed Interactive Simulation (DIS) Protocol.
+ * This example program is useful for testing standards compliance by applications, or 
+ * producing a full set of PDUs. It also writes the generated PDUs to an XML file.
  * Adapted from OpenDIS library example package edu.nps.moves.examples
  *
+ * @author brutzman
  * @author DMcG
  * @version $Id:$
  */
-- 
GitLab