Skip to content
Snippets Groups Projects
Commit f8ca01b6 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

fix javadoc

parent 5a50df79
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment