From f8ca01b6630bbb67fb1942c86d5f04ca36fa9379 Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Mon, 31 Aug 2020 09:22:00 -0700 Subject: [PATCH] fix javadoc --- src/edu/nps/moves/dis7/utilities/PduFactory.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/edu/nps/moves/dis7/utilities/PduFactory.java b/src/edu/nps/moves/dis7/utilities/PduFactory.java index 94f78b9776..4aa55d3f2d 100644 --- a/src/edu/nps/moves/dis7/utilities/PduFactory.java +++ b/src/edu/nps/moves/dis7/utilities/PduFactory.java @@ -55,12 +55,12 @@ public class PduFactory /** * Create a PduFactory which creates pdus using the specified default values. * @param country used in EntityType and RadioType objects - * @param exerciseId used in standard Pdu header - * @param siteId used in standard Pdu header - * @param applicationId used in standard Pdu header + * @param exerciseId used in standard PDU header + * @param siteId used in standard PDU header + * @param applicationId used in standard PDU header * @param useAbsoluteTimestamp boolean to specify absolute time stamps (IEEE Std 1278.1-2012, 4.6) - * @see edu.nps.moves.dis7.EntityType - * @see edu.nps.moves.dis7.RadioType + * @see edu.nps.moves.dis7.pdus.EntityType + * @see edu.nps.moves.dis7.pdus.RadioType */ public PduFactory(Country country, byte exerciseId, short siteId, short applicationId, boolean useAbsoluteTimestamp) { -- GitLab