diff --git a/src/edu/nps/moves/dis7/utilities/PduFactory.java b/src/edu/nps/moves/dis7/utilities/PduFactory.java
index b0330815658213b6208883282d89f40715ea182f..a7bdab49c612c7b2c43028148753e91c65cfc0b9 100644
--- a/src/edu/nps/moves/dis7/utilities/PduFactory.java
+++ b/src/edu/nps/moves/dis7/utilities/PduFactory.java
@@ -102,10 +102,7 @@ public class PduFactory
   }
   
     /** Set one of four time references as timestampStyle: IEEE_ABSOLUTE, IEEE_RELATIVE, UNIX, or YEAR.
-     * @see TimestampStyle.IEEE_ABSOLUTE
-     * @see TimestampStyle.IEEE_RELATIVE
-     * @see TimestampStyle.UNIX
-     * @see TimestampStyle.YEAR
+     * @see TimestampStyle
      * @param newtimestampStyle the timestamp style to set for this PDU
      */
     public final void setTimestampStyle(TimestampStyle newtimestampStyle) {