From 003f9b50394683e07069323ee1b42b8550dae67f Mon Sep 17 00:00:00 2001
From: Mike Bailey <jmbailey@nps.edu>
Date: Wed, 21 Aug 2019 15:40:15 -0700
Subject: [PATCH] Comment typo

---
 src/edu/nps/moves/dis7/util/PduFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/edu/nps/moves/dis7/util/PduFactory.java b/src/edu/nps/moves/dis7/util/PduFactory.java
index cc6e5222d7..0ba3bf196b 100644
--- a/src/edu/nps/moves/dis7/util/PduFactory.java
+++ b/src/edu/nps/moves/dis7/util/PduFactory.java
@@ -21,7 +21,8 @@ import java.util.List;
  * A class to 1) create new Pdus (for sending purposes) and 2) create Pdus from byte streams
  * received from the net.
  * <p>
- * For the first use case, this the pdus will be initialized with country, exerciseId
+ * For the first use case, pdus will be initialized with country, exerciseId, siteId, applicationId and timestamp format,
+ * matching the parameters passed to the constructor.  For no arg constructor, the defaults of USA, 1, 2, 3, and absolute timestamp are used.
  *
  * @author Mike Bailey, jmbailey@nps.edu
  * @version $Id$
@@ -42,7 +43,6 @@ public class PduFactory
   {
     this.disTime = new DisTime();
     getTimeStampMethod();
-
   }
 
   public PduFactory(Country country, byte exerciseId, short siteId, short applicationId, boolean useAbsoluteTimestamp)
-- 
GitLab