diff --git a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java
index 1e35c8ec62aaff36ed4ef2b5ba1ef247feb70cac..16ade5fe032bb75a4fef7947b446235908b99139 100644
--- a/examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+++ b/examples/src/OpenDis7Examples/ExampleSimulationProgram.java
@@ -365,6 +365,7 @@ public class ExampleSimulationProgram
     }
 
     /**
+     * parameter accessor method
      * @return the timeStepDuration
      */
     public double getTimeStepDuration() {
@@ -372,6 +373,7 @@ public class ExampleSimulationProgram
     }
 
     /**
+     * parameter accessor method
      * @param timeStepDuration the timeStepDuration to set
      */
     public void setTimeStepDuration(double timeStepDuration) {