From ca69d174625b79498fa0889c0489c0918a6d56c9 Mon Sep 17 00:00:00 2001
From: terry-norbraten <tnorb@comcast.net>
Date: Tue, 9 Jun 2020 19:50:09 -0700
Subject: [PATCH] javadoc

---
 src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java b/src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
index 465ce6acd2..70dc231797 100644
--- a/src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
+++ b/src/edu/nps/moves/dis7/utilities/stream/PduRecorder.java
@@ -95,7 +95,7 @@ public class PduRecorder implements PduReceiver
   /** Constructor to let the user specify all required parameters
    * 
    * @param outputDir the directory to write log files to
-   * @param mcastaddr the multicast address to receive data from
+   * @param mcastaddr the multicast group address to receive data from
    * @param port the port to receive data through
    * @throws IOException if something goes wrong during instantiation
    */
-- 
GitLab